Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp74 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
101 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
107 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp70 StringRef getDataSection() const { in getDataSection() function in __anonba34942d0111::InstrProfiling
235 Data->setSection(getDataSection()); in getOrCreateRegionCounters()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h218 const MCSection *getDataSection() const { return DataSection; } in getDataSection() function
/external/llvm/lib/MC/
DWinCOFFStreamer.cpp71 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()
DMCELFStreamer.cpp93 SwitchSection(Ctx.getObjectFileInfo()->getDataSection()); in InitSections()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp465 MCA.getOrCreateSectionData(*OFI.getDataSection()); in finish()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1481 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()
/external/llvm/docs/
DGarbageCollection.rst990 OS.SwitchSection(AP.getObjFileLowering().getDataSection());
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp4501 return getDataSection(); in SelectSectionForGlobal()