Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp79 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
106 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
112 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
H A DAsmPrinter.cpp1407 OutStreamer->SwitchSection(TLOF.getDataSection()); in doFinalization()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h238 MCSection *getDataSection() const { return DataSection; } in getDataSection() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp77 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp868 MCSection &DataSection = *OFI.getDataSection(); in finish()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4801 return getDataSection(); in SelectSectionForGlobal()