Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp70 Section == FI->getDwarfAccelTypesSection() || in isDwarfSection()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp210 Asm->OutStreamer->switchSection(MOFI->getDwarfAccelTypesSection()); in emitAppleTypes()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h311 MCSection *getDwarfAccelTypesSection() const { in getDwarfAccelTypesSection() function
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp284 return MC->getObjectFileInfo()->getDwarfAccelTypesSection(); in getMCSection()
407 Asm->OutStreamer->switchSection(MOFI->getDwarfAccelTypesSection()); in emitAppleTypes()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2429 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes()