Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp73 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
99 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
105 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
/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.cpp47 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp293 return getDataSection(); in SelectSectionForGlobal()
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp103 static StringRef getDataSection(const CodeGenModule &CGM) { in getDataSection() function
140 Data->setSection(getDataSection(CGM)); in buildDataVar()
/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp452 OutStreamer.SwitchSection(TLOFELF.getDataSection()); in EmitEndOfAsmFile()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp781 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()
1089 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()
/external/llvm/docs/
DGarbageCollection.rst929 OS.SwitchSection(AP.getObjFileLowering().getDataSection());