Searched refs:getDataSection (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp73 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection());
99 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection());
105 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection());
/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h218 const MCSection *getDataSection() const { return DataSection; } function in class:llvm::MCObjectFileInfo
/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp71 SwitchSection(getContext().getObjectFileInfo()->getDataSection());
H A DMCELFStreamer.cpp47 SwitchSection(getContext().getObjectFileInfo()->getDataSection());
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp293 return getDataSection();
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp103 static StringRef getDataSection(const CodeGenModule &CGM) { function
140 Data->setSection(getDataSection(CGM));
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp452 OutStreamer.SwitchSection(TLOFELF.getDataSection());
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp781 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
1089 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());

Completed in 85 milliseconds