HomeSort by relevance Sort by last modified time
    Searched refs:getDataSection (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 73 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/
MCObjectFileInfo.h 218 const MCSection *getDataSection() const { return DataSection; }
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 71 SwitchSection(getContext().getObjectFileInfo()->getDataSection());
MCELFStreamer.cpp 47 SwitchSection(getContext().getObjectFileInfo()->getDataSection());
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 293 return getDataSection();
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 103 static StringRef getDataSection(const CodeGenModule &CGM) {
140 Data->setSection(getDataSection(CGM));
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 452 OutStreamer.SwitchSection(TLOFELF.getDataSection());
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 781 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
    [all...]

Completed in 1302 milliseconds