Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParser.cpp133 case DW_ACCESS_private: in GetAccessTypeFromDWARF()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVElement.cpp131 case dwarf::DW_ACCESS_private: in accessibilityString()
141 return dwarf::DW_ACCESS_private; in getAccessibilityCode()
HDLVSymbol.cpp403 AccessCode = getParentScope()->getIsClass() ? dwarf::DW_ACCESS_private in printExtra()
HDLVScope.cpp1868 AccessCode = getParentScope()->getIsClass() ? dwarf::DW_ACCESS_private in printExtra()
/freebsd-14-stable/contrib/elftoolchain/libdwarf/
HDdwarf.h559 #define DW_ACCESS_private 0x03 macro
HDdwarf_dump.c43 case DW_ACCESS_private: in dwarf_get_ACCESS_name()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVElement.h267 accessibilityString(uint32_t Access = dwarf::DW_ACCESS_private) const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
HDDwarf.cpp343 case DW_ACCESS_private: in AccessibilityString()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.h185 DW_ACCESS_private = 0x03 enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp540 dwarf::DW_ACCESS_private); in addAccess()