Home
last modified time | relevance | path

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

/external/llvm/test/DebugInfo/X86/
DDW_TAG_friend.ll4 ; Check that the friend tag is there and is followed by a DW_AT_friend that has a reference back.
9 ; CHECK-NEXT: DW_AT_friend [DW_FORM_ref4] (cu + 0x{{[0-9a-f]*}} => {[[BACK]]})
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h206 DW_AT_friend = 0x41, enumerator
/external/elfutils/libdw/
Ddwarf.h180 DW_AT_friend = 0x41, enumerator
Dknown-dwarf.h97 DWARF_ONE_KNOWN_DW_AT (friend, DW_AT_friend) \
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h271 DW_AT_friend = 0x41, enumerator
Dd3basics.c243 case DW_AT_friend: return "DW_AT_friend"; in ML_()
/external/llvm/include/llvm/Support/
DDwarf.h141 DW_AT_friend = 0x41, enumerator
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h186 DW_AT_friend = 0x41, enumerator
/external/llvm/lib/Support/
DDwarf.cpp94 case DW_AT_friend: return "DW_AT_friend"; in AttributeString()
/external/swiftshader/third_party/LLVM/lib/Support/
DDwarf.cpp162 case DW_AT_friend: return "DW_AT_friend"; in AttributeString()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp924 addType(ElemDie, resolve(DDTy->getBaseType()), dwarf::DW_AT_friend); in constructTypeDIE()