HomeSort by relevance Sort by last modified time
    Searched refs:getReadOnly (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 92 LDSection& getReadOnly() {
97 const LDSection& getReadOnly() const {
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 177 return SectionKind::getReadOnly();
207 return SectionKind::getReadOnly();
217 return SectionKind::getReadOnly();
249 SectionKind::getReadOnly(), /*C=*/nullptr,
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 90 SectionKind::getReadOnly());
100 SectionKind::getReadOnly());
152 SectionKind::getReadOnly());
267 SectionKind::getReadOnly());
335 SectionKind::getReadOnly());
392 SectionKind::getReadOnly());
414 SectionKind::getReadOnly());
541 SectionKind::getReadOnly());
ELFObjectWriter.cpp 700 SectionKind::getReadOnly(),
812 SectionKind::getReadOnly());
818 SectionKind::getReadOnly(),
828 SectionKind::getReadOnly(), 4, "");
835 SectionKind::getReadOnly());
906 SectionKind::getReadOnly());
    [all...]
MCContext.cpp 219 SectionKind::getReadOnly(), 4, NULL);
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 169 return SectionKind::getReadOnly();
207 return SectionKind::getReadOnly();
220 return SectionKind::getReadOnly();
  /external/llvm/include/llvm/MC/
SectionKind.h 175 static SectionKind getReadOnly() { return get(ReadOnly); }
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 56 SectionKind::getReadOnly());
126 SectionKind::getReadOnly());
145 SectionKind::getReadOnly());
204 SectionKind::getReadOnly());
622 SectionKind::getReadOnly());
628 SectionKind::getReadOnly());
632 SectionKind::getReadOnly());
655 SectionKind::getReadOnly());
    [all...]
MCContext.cpp 322 MCSectionELF(I->getKey(), Type, Flags, SectionKind::getReadOnly(),
367 Kind = SectionKind::getReadOnly();
382 MCSectionELF(".group", ELF::SHT_GROUP, 0, SectionKind::getReadOnly(), 4,
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 54 new NVPTXSection(MCSection::SV_ELF, SectionKind::getReadOnly());
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 209 static SectionKind getReadOnly() { return get(ReadOnly); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 182 static SectionKind getReadOnly() { return get(ReadOnly); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 182 static SectionKind getReadOnly() { return get(ReadOnly); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 182 static SectionKind getReadOnly() { return get(ReadOnly); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 182 static SectionKind getReadOnly() { return get(ReadOnly); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 182 static SectionKind getReadOnly() { return get(ReadOnly); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 182 static SectionKind getReadOnly() { return get(ReadOnly); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 182 static SectionKind getReadOnly() { return get(ReadOnly); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 182 static SectionKind getReadOnly() { return get(ReadOnly); }
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
ELFAsmParser.cpp 98 SectionKind::getReadOnly());
508 SectionKind::getReadOnly(),
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 341 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(),
    [all...]
MachineFunction.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 154 return SectionKind::getReadOnly();
ELFAsmParser.cpp 98 SectionKind::getReadOnly());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 223 (const MCSectionELF *)TLOF.getSectionForConstant(SectionKind::getReadOnly());
    [all...]

Completed in 1657 milliseconds

1 2