Home
last modified time | relevance | path

Searched defs:ParsedDWARFTypeAttributes (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h294 struct ParsedDWARFTypeAttributes { struct
297 lldb::AccessType accessibility = lldb::eAccessNone;
298 bool is_artificial = false;
299 bool is_complete_objc_class = false;
300 bool is_explicit = false;
301 bool is_forward_declaration = false;
302 bool is_inline = false;
303 bool is_scoped_enum = false;
304 bool is_vector = false;
305 bool is_virtual = false;
[all …]
DDWARFASTParserClang.cpp268 ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const DWARFDIE &die) { in ParsedDWARFTypeAttributes() function in ParsedDWARFTypeAttributes