Searched refs:getDwarfAbbrevSection (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp52 return Section == FI->getDwarfAbbrevSection() ||
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp126 MS->switchSection(MOFI->getDwarfAbbrevSection());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h272 MCSection *getDwarfAbbrevSection() const { return DwarfAbbrevSection; } function in class:llvm::MCObjectFileInfo
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp214 MS->switchSection(MOFI->getDwarfAbbrevSection());
258 return MC->getObjectFileInfo()->getDwarfAbbrevSection();
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp776 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
1171 MCOS->switchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1774 TLOF.getDwarfAbbrevSection()->getBeginSymbol(), false);
H A DDwarfDebug.cpp2380 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection());

Completed in 97 milliseconds