Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDOcamlGCPrinter.cpp70 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()
96 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
HDDwarfDebug.cpp966 SectionMap[Asm->getObjFileLowering().getTextSection()]; in beginModule()
2058 TextSectionSym = emitSectionSym(Asm, TLOF.getTextSection(), "text_begin"); in emitSectionLabels()
/trueos/contrib/llvm/lib/MC/
HDMCPureStreamer.cpp113 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitToTextSection()
HDMCAsmStreamer.cpp134 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitToTextSection()
/trueos/contrib/llvm/include/llvm/MC/
HDMCObjectFileInfo.h219 const MCSection *getTextSection() const { return TextSection; } in getTextSection() function
/trueos/contrib/llvm/lib/Target/
HDTargetLoweringObjectFile.cpp276 return getTextSection(); in SelectSectionForGlobal()
/trueos/contrib/llvm/lib/Target/R600/
HDAMDGPUAsmPrinter.cpp79 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in runOnMachineFunction()
/trueos/contrib/llvm/lib/Target/X86/
HDX86AsmPrinter.cpp523 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp883 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
/trueos/contrib/llvm/lib/Target/ARM/
HDARMAsmPrinter.cpp467 TextSections.insert(TLOFMacho.getTextSection()); in EmitStartOfAsmFile()