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