Home
last modified time | relevance | path

Searched refs:getDwarfLineStrSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp62 Section == FI->getDwarfLineStrSection() || in isDwarfSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h279 MCSection *getDwarfLineStrSection() const { return DwarfLineStrSection; } in getDwarfLineStrSection() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp268 return MC->getObjectFileInfo()->getDwarfLineStrSection(); in getMCSection()
340 Asm->OutStreamer->switchSection(MOFI->getDwarfLineStrSection()); in emitLineStrings()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp84 Ctx.getObjectFileInfo()->getDwarfLineStrSection(); in MCDwarfLineStr()
339 MCOS->getContext().getObjectFileInfo()->getDwarfLineStrSection()); in emitSection()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp