Home
last modified time | relevance | path

Searched refs:getTextSection (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp75 AP.OutStreamer->switchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()
102 AP.OutStreamer->switchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCWinCOFFStreamer.cpp73 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
82 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
DMCStreamer.cpp411 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
816 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
DMCELFStreamer.cpp93 switchSection(Ctx.getObjectFileInfo()->getTextSection()); in initSections()
DMCObjectFileInfo.cpp1219 TextSec = getTextSection(); in getPCSection()
DMCAsmStreamer.cpp2499 MCSection *TextSection = Ctx.getObjectFileInfo()->getTextSection(); in emitDwarfLineEndEntry()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp279 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection()); in addTargetSectionFlags()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCObjectFileInfo.h263 MCSection *getTextSection() const { return TextSection; } in getTextSection() function
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCTargetDesc.cpp198 Streamer.switchSection(OFI.getTextSection()); in emitConstantPools()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp909 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
1214 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitEndOfAsmFile()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86AsmPrinter.cpp792 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp354 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in doFinalization()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp895 MCSection &TextSection = *OFI.getTextSection(); in finish()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1681 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
2793 OutStreamer->getContext().getObjectFileInfo()->getTextSection()); in doFinalization()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp2657 return getContext().getObjectFileInfo()->getTextSection(); in SelectSectionForGlobal()