Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp2223 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getDataSection()); in emitGlobalIFunc()
2345 OutStreamer->switchSection(TLOF.getDataSection()); in doFinalization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp97 auto *S = getContext().getObjectFileInfo()->getDataSection(); in parseSectionDirectiveData()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp75 switchSection(getContext().getObjectFileInfo()->getDataSection()); in initSections()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h267 MCSection *getDataSection() const { return DataSection; } in getDataSection() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp897 MCSection &DataSection = *OFI.getDataSection(); in finish()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp6054 return getDataSection(); in SelectSectionForGlobal()