Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp78 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
105 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
111 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
H A DAsmPrinter.cpp2000 OutStreamer->switchSection(TLOF.getDataSection()); in doFinalization()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp95 auto *S = getContext().getObjectFileInfo()->getDataSection(); in parseSectionDirectiveData()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp76 switchSection(getContext().getObjectFileInfo()->getDataSection()); in initSections()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h268 MCSection *getDataSection() const { return DataSection; } in getDataSection() function
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h872 MCSection *getDataSection(StringRef SectionName) const { in getDataSection() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp737 HotSection = BC.getDataSection(Name); in emitJumpTables()
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp897 MCSection &DataSection = *OFI.getDataSection(); in finish()
/llvm-project-15.0.7/llvm/docs/
H A DGarbageCollection.rst943 OS.switchSection(AP.getObjFileLowering().getDataSection());
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5269 return getDataSection(); in SelectSectionForGlobal()