Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1759 OutStreamer->SwitchSection(TLOF.getDataSection()); in doFinalization()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h255 MCSection *getDataSection() const { return DataSection; } in getDataSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp76 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp883 MCSection &DataSection = *OFI.getDataSection(); in finish()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst943 OS.SwitchSection(AP.getObjFileLowering().getDataSection());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5038 return getDataSection(); in SelectSectionForGlobal()