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

  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 36 DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS,
128 : DataRelROSection;
131 if (Kind.isReadOnlyWithRel()) return DataRelROSection;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 156 const MCSection *DataRelROSection;
301 const MCSection *getDataRelROSection() const { return DataRelROSection; }
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 369 return DataRelROSection;
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 422 DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS,
    [all...]

Completed in 271 milliseconds