Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2142 OutStreamer->switchSection(TLOF.getDataSection()); in doFinalization()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp96 auto *S = getContext().getObjectFileInfo()->getDataSection(); in parseSectionDirectiveData()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp76 switchSection(getContext().getObjectFileInfo()->getDataSection()); in initSections()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h264 MCSection *getDataSection() const { return DataSection; } in getDataSection() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp897 MCSection &DataSection = *OFI.getDataSection(); in finish()
/openbsd-src/gnu/llvm/llvm/docs/
H A DGarbageCollection.rst943 OS.switchSection(AP.getObjFileLowering().getDataSection());
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5444 return getDataSection(); in SelectSectionForGlobal()