Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h225 struct ParsedDWARFTypeAttributes { struct
228 lldb::AccessType accessibility = lldb::eAccessNone;
229 bool is_artificial = false;
230 bool is_complete_objc_class = false;
231 bool is_explicit = false;
232 bool is_forward_declaration = false;
233 bool is_inline = false;
234 bool is_scoped_enum = false;
235 bool is_vector = false;
236 bool is_virtual = false;
[all …]
DDWARFASTParserClang.cpp302 ParsedDWARFTypeAttributes::ParsedDWARFTypeAttributes(const DWARFDIE &die) { in ParsedDWARFTypeAttributes() function in ParsedDWARFTypeAttributes