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

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXTargetStreamer.cpp 49 return Section == FI->getDwarfAbbrevSection() ||
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectFileInfo.h 259 MCSection *getDwarfAbbrevSection() const { return DwarfAbbrevSection; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp 795 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
1190 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFStreamer.cpp 176 MS->SwitchSection(MOFI->getDwarfAbbrevSection());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 1724 TLOF.getDwarfAbbrevSection()->getBeginSymbol(), false);
DwarfDebug.cpp 2230 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection());

Completed in 28 milliseconds