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

  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 28 ReadOnlySection = nullptr;
55 ReadOnlySection =
91 return ReadOnlySection;
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 290 if (Kind.isReadOnly() && ReadOnlySection != nullptr)
291 return ReadOnlySection;
301 if (Kind.isReadOnly() && ReadOnlySection != nullptr)
302 return ReadOnlySection;
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 54 ReadOnlySection =
151 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection
177 return ReadOnlySection;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 316 return ReadOnlySection; // .const
319 if (Kind.isReadOnly()) return ReadOnlySection;
350 return ReadOnlySection;
635 return ReadOnlySection;
669 return ReadOnlySection; // .const
895 return ReadOnlySection;
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 67 /// ReadOnlySection - Section that is readonly and can contain arbitrary
71 const MCSection *ReadOnlySection;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 112 ReadOnlySection // .const
429 ReadOnlySection =
616 ReadOnlySection =
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 405 milliseconds