Home
last modified time | relevance | path

Searched refs:dwarf_accessibility (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp65 static AccessType DW_ACCESS_to_AccessType(uint32_t dwarf_accessibility) { in DW_ACCESS_to_AccessType() argument
66 switch (dwarf_accessibility) { in DW_ACCESS_to_AccessType()