Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/test/DebugInfo/X86/
H A 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]]})
/minix/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf.h151 #define DW_AT_friend 0x41 macro
H A Ddwarf_dump.c158 case DW_AT_friend: in dwarf_get_AT_name()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DDwarf.h214 DW_AT_friend = 0x41, enumerator
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DDwarf.cpp161 case DW_AT_friend: return "DW_AT_friend"; in AttributeString()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1021 dwarf::DW_AT_friend); in constructTypeDIE()