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

  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreTargetObjectFile.cpp 64 DataRelROSection = DataRelROLocalSection = ReadOnlySection;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 122 const MCSection *DataRelROSection;
218 const MCSection *getDataRelROSection() const { return DataRelROSection; }
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 36 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS,
130 : DataRelROSection;
134 if (Kind.isReadOnlyWithRel()) return DataRelROSection;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 36 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS,
126 : DataRelROSection;
130 if (Kind.isReadOnlyWithRel()) return DataRelROSection;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 158 MCSection *DataRelROSection;
289 MCSection *getDataRelROSection() const { return DataRelROSection; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h 171 MCSection *DataRelROSection;
317 MCSection *getDataRelROSection() const { return DataRelROSection; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 294 return DataRelROSection;
313 return DataRelROSection;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 291 DataRelROSection =
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 370 return DataRelROSection;
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 482 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCObjectFileInfo.cpp 499 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 570 return DataRelROSection;
    [all...]

Completed in 739 milliseconds