HomeSort by relevance Sort by last modified time
    Searched refs:getDataSection (Results 1 - 10 of 10) 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());
DwarfDebug.cpp 709 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getDataSection());
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 182 const MCSection *getDataSection() const { return DataSection; }
  /external/llvm/lib/CodeGen/
ELFWriter.h 189 ELFSection &getDataSection();
ELFWriter.cpp 189 ELFSection &ELFWriter::getDataSection() {
190 const MCSectionELF *Data = (const MCSectionELF *)TLOF.getDataSection();
689 getDataSection();
    [all...]
TargetLoweringObjectFileImpl.cpp 623 return getDataSection();
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 280 return getDataSection();
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 649 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 553 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 629 OutStreamer.SwitchSection(getObjFileLowering().getDataSection());
    [all...]

Completed in 252 milliseconds