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

  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreTargetObjectFile.cpp 55 ReadOnlySection =
64 DataRelROSection = DataRelROLocalSection = ReadOnlySection;
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 27 ReadOnlySection = nullptr;
53 ReadOnlySection =
91 return ReadOnlySection;
NVPTXISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 277 if (Kind.isReadOnly() && ReadOnlySection != 0)
278 return ReadOnlySection;
288 if (Kind.isReadOnly() && ReadOnlySection != 0)
289 return ReadOnlySection;
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 42 ReadOnlySection =
129 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection
159 return ReadOnlySection;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 66 MCSection *ReadOnlySection;
226 MCSection *getReadOnlySection() const { return ReadOnlySection; }
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 276 if (Kind.isReadOnly() && ReadOnlySection != nullptr)
277 return ReadOnlySection;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 275 return ReadOnlySection; // .const
278 if (Kind.isReadOnly()) return ReadOnlySection;
309 return ReadOnlySection;
433 return ReadOnlySection;
467 return ReadOnlySection; // .const
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 339 return ReadOnlySection;
367 return ReadOnlySection;
634 return ReadOnlySection;
669 return ReadOnlySection; // .const
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 62 /// ReadOnlySection - Section that is readonly and can contain arbitrary
66 const MCSection *ReadOnlySection;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 88 ReadOnlySection // .const
264 ReadOnlySection =
388 ReadOnlySection =
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 124 ReadOnlySection // .const
150 ConstTextCoalSection = ReadOnlySection;
472 ReadOnlySection =
620 ReadOnlySection = Ctx->getCOFFSection(
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1335 milliseconds