Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp1779 OutStreamer->SwitchSection(TLOF.getDataSection()); in doFinalization()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp76 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h255 MCSection *getDataSection() const { return DataSection; } in getDataSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp883 MCSection &DataSection = *OFI.getDataSection(); in finish()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5124 return getDataSection(); in SelectSectionForGlobal()