Searched refs:DW_TAG_friend (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | dwarf2.h | 80 DW_TAG_friend = 0x2a, enumerator
|
H A D | dwarf2out.c | 3998 case DW_TAG_friend:
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | dwarf2.h | 169 DW_TAG_friend = 0x2a, enumerator
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.cpp | 170 assert(Tag != dwarf::DW_TAG_friend && "No current LLVM clients emit friend " in hashDIEEntry()
|
H A D | DwarfUnit.cpp | 919 if (DDTy->getTag() == dwarf::DW_TAG_friend) { in constructTypeDIE() 920 DIE &ElemDie = createAndAddDIE(dwarf::DW_TAG_friend, Buffer); in constructTypeDIE()
|
H A D | CodeViewDebug.cpp | 2378 } else if (DDTy->getTag() == dwarf::DW_TAG_friend) { in collectClassInfo()
|
/openbsd/usr.bin/ctfconv/ |
H A D | dwarf.h | 67 #define DW_TAG_friend 0x2a macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | dwarf2.h | 169 DW_TAG_friend = 0x2a, enumerator
|
/openbsd/gnu/gcc/gcc/ |
H A D | dwarf2.h | 169 DW_TAG_friend = 0x2a, enumerator
|
H A D | dwarf2out.c | 4488 case DW_TAG_friend: in dwarf_tag_name() 14081 case DW_TAG_friend: in prune_unused_types_walk()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 364 return DIDerivedType::get(VMContext, dwarf::DW_TAG_friend, "", nullptr, 0, Ty, in createFriend()
|
H A D | Verifier.cpp | 1121 N.getTag() == dwarf::DW_TAG_friend || in visitDIDerivedType()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | dwarf.c | 495 case DW_TAG_friend: return "DW_TAG_friend"; in get_TAG_name()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dwarf2read.c | 7592 case DW_TAG_friend: in dwarf_tag_name()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 6842 case DW_TAG_friend: return "DW_TAG_friend"; in get_TAG_name()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | LangRef.rst | 5548 DW_TAG_friend = 42 5562 ``DW_TAG_inheritance`` and ``DW_TAG_friend`` are used in the ``elements:`` 5637 ``tag: DW_TAG_friend``; or :ref:`subprograms <DISubprogram>` with
|