Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.cpp133 case DW_ACCESS_private:
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp131 case dwarf::DW_ACCESS_private: in accessibilityString()
141 return dwarf::DW_ACCESS_private; in getAccessibilityCode()
H A DLVSymbol.cpp403 AccessCode = getParentScope()->getIsClass() ? dwarf::DW_ACCESS_private in printExtra()
H A DLVScope.cpp1868 AccessCode = getParentScope()->getIsClass() ? dwarf::DW_ACCESS_private in printExtra()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h559 #define DW_ACCESS_private 0x03 macro
H A Ddwarf_dump.c43 case DW_ACCESS_private: in dwarf_get_ACCESS_name()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h267 accessibilityString(uint32_t Access = dwarf::DW_ACCESS_private) const;
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp343 case DW_ACCESS_private: in AccessibilityString()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h185 DW_ACCESS_private = 0x03 enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp540 dwarf::DW_ACCESS_private); in addAccess()