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;
53 ReadOnlySection =
88 return ReadOnlySection;
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 42 ReadOnlySection =
129 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection
157 return ReadOnlySection;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 66 MCSection *ReadOnlySection;
226 MCSection *getReadOnlySection() const { return ReadOnlySection; }
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 281 if (Kind.isReadOnly() && ReadOnlySection != nullptr)
282 return ReadOnlySection;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 332 return ReadOnlySection;
357 return ReadOnlySection;
611 return ReadOnlySection;
645 return ReadOnlySection; // .const
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 124 ReadOnlySection // .const
150 ConstTextCoalSection = ReadOnlySection;
443 ReadOnlySection =
581 ReadOnlySection = Ctx->getCOFFSection(
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 334 milliseconds