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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 32 return ReadOnlySection;
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 42 ReadOnlySection =
125 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection
155 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-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h 68 MCSection *ReadOnlySection;
241 MCSection *getReadOnlySection() const { return ReadOnlySection; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
TargetLoweringObjectFile.cpp 295 if (Kind.isReadOnly() && ReadOnlySection != nullptr)
296 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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCObjectFileInfo.cpp 126 ReadOnlySection // .const
157 ConstTextCoalSection = ReadOnlySection;
489 ReadOnlySection =
651 ReadOnlySection = Ctx->getCOFFSection(
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 538 return ReadOnlySection;
567 return ReadOnlySection;
832 return ReadOnlySection;
867 return ReadOnlySection; // .const
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 227 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection();
230 Streamer.SwitchSection(&ReadOnlySection);
235 if (ReadOnlySection.getAlignment() < 64)
236 ReadOnlySection.setAlignment(64);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 671 milliseconds