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: 0x000000a1: DW_AT_friend [DW_FORM_ref4] (cu + 0x0032 => {0x00000032})
/external/elfutils/libdw/
Ddwarf.h183 DW_AT_friend = 0x41, enumerator
/external/qemu/elff/
Ddwarf_utils.cc80 DWARF_NAMEFY(DW_AT_friend); in dwarf_at_name()
Ddwarf.h268 #define DW_AT_friend 0x41 macro
/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_d3basics.h258 DW_AT_friend = 0x41, enumerator
Dd3basics.c239 case DW_AT_friend: return "DW_AT_friend"; in ML_()
/external/llvm/lib/Support/
DDwarf.cpp163 case DW_AT_friend: return "DW_AT_friend"; in AttributeString()
/external/llvm/include/llvm/Support/
DDwarf.h188 DW_AT_friend = 0x41, enumerator
/external/elfutils/tests/
Dshow-die-info.c157 { DW_AT_friend, "friend" },
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp852 addType(ElemDie, DDTy.getTypeDerivedFrom(), dwarf::DW_AT_friend); in constructTypeDIE()
/external/elfutils/src/
Dreadelf.c3182 [DW_AT_friend] = "friend", in dwarf_attr_string()