Home
last modified time | relevance | path

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

/external/llvm/test/DebugInfo/X86/
Ddebug-info-static-member.ll116 ; PRESENT: DW_AT_accessibility [DW_FORM_data1] (DW_ACCESS_protected)
119 ; PRESENT: DW_AT_accessibility [DW_FORM_data1] (DW_ACCESS_protected)
166 ; DARWINP: DW_AT_accessibility [DW_FORM_data1] (DW_ACCESS_protected)
169 ; DARWINP: DW_AT_accessibility [DW_FORM_data1] (DW_ACCESS_protected)
Ddebug-info-access.ll64 ; CHECK: DW_AT_accessibility {{.*}}(DW_ACCESS_protected)
/external/elfutils/libdw/
Ddwarf.h545 DW_ACCESS_protected = 2, enumerator
Dknown-dwarf.h5 DWARF_ONE_KNOWN_DW_ACCESS (protected, DW_ACCESS_protected) \
/external/llvm/include/llvm/Support/
DDwarf.h358 DW_ACCESS_protected = 0x02, enumerator
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h494 DW_ACCESS_protected = 0x02, enumerator
/external/llvm/lib/Support/
DDwarf.cpp325 case DW_ACCESS_protected: return "DW_ACCESS_protected"; in AccessibilityString()
/external/swiftshader/third_party/LLVM/lib/Support/
DDwarf.cpp508 case DW_ACCESS_protected: return "DW_ACCESS_protected"; in AccessibilityString()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1253 dwarf::DW_ACCESS_protected); in applySubprogramAttributes()
1434 dwarf::DW_ACCESS_protected); in constructMemberDIE()
1483 dwarf::DW_ACCESS_protected); in getOrCreateStaticMemberDIE()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp783 dwarf::DW_ACCESS_protected); in constructTypeDIE()
1370 dwarf::DW_ACCESS_protected); in createMemberDIE()