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