HomeSort by: relevance | last modified time | path
    Searched refs:DW_TAG_friend (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 155 // For DW_TAG_friend, if the referenced entry is the DW_TAG_subprogram,
175 assert(Tag != dwarf::DW_TAG_friend && "No current LLVM clients emit friend "
DwarfUnit.cpp 880 if (DDTy->getTag() == dwarf::DW_TAG_friend) {
881 DIE &ElemDie = createAndAddDIE(dwarf::DW_TAG_friend, Buffer);
CodeViewDebug.cpp 2250 } else if (DDTy->getTag() == dwarf::DW_TAG_friend) {
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf.h 106 #define DW_TAG_friend 0x2a
dwarf_dump.c 1438 case DW_TAG_friend:
1439 *s = "DW_TAG_friend"; break;
  /src/external/gpl3/binutils/dist/include/
dwarf2.def 107 DW_TAG (DW_TAG_friend, 0x2a)
  /src/external/gpl3/binutils.old/dist/include/
dwarf2.def 107 DW_TAG (DW_TAG_friend, 0x2a)
  /src/external/gpl3/gcc/dist/include/
dwarf2.def 107 DW_TAG (DW_TAG_friend, 0x2a)
  /src/external/gpl3/gcc.old/dist/include/
dwarf2.def 107 DW_TAG (DW_TAG_friend, 0x2a)
  /src/external/gpl3/gdb.old/dist/include/
dwarf2.def 107 DW_TAG (DW_TAG_friend, 0x2a)
  /src/external/gpl3/gdb/dist/include/
dwarf2.def 107 DW_TAG (DW_TAG_friend, 0x2a)
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp 327 return DIDerivedType::get(VMContext, dwarf::DW_TAG_friend, "", nullptr, 0, Ty,
Verifier.cpp 1029 N.getTag() == dwarf::DW_TAG_friend ||
  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.cc 420 CASE_S (DW_TAG_friend);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.cc 420 CASE_S (DW_TAG_friend);
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 7322 && tag == DW_TAG_friend))
30283 case DW_TAG_friend:
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 7289 && tag == DW_TAG_friend))
30137 case DW_TAG_friend:

Completed in 77 milliseconds