HomeSort by: relevance | last modified time | path
    Searched refs:getReadOnly (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/
TargetLoweringObjectFile.cpp 257 return SectionKind::getReadOnly();
288 return SectionKind::getReadOnly();
301 return SectionKind::getReadOnly();
354 SectionKind::getReadOnly(), /*C=*/nullptr,
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h 185 static SectionKind getReadOnly() { return get(ReadOnly); }
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectFileInfo.cpp 58 SectionKind::getReadOnly());
125 SectionKind::getReadOnly());
148 SectionKind::getReadOnly());
193 SectionKind::getReadOnly());
537 SectionKind::getReadOnly());
546 SectionKind::getReadOnly());
785 SectionKind::getReadOnly());
890 ".rodata", SectionKind::getReadOnly(),
908 ".gcc_except_table", SectionKind::getReadOnly(),
MCContext.cpp 508 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group,
559 Kind = SectionKind::getReadOnly();
575 SectionKind::getReadOnly(), 4, Group, IsComdat,
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
WasmAsmParser.cpp 152 .StartsWith(".rodata", SectionKind::getReadOnly())
COFFMasmParser.cpp 228 return SectionKind::getReadOnly();
COFFAsmParser.cpp 158 return SectionKind::getReadOnly();
ELFAsmParser.cpp 110 SectionKind::getReadOnly());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 897 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(),
1708 SectionKind Kind = SectionKind::getReadOnly();
1733 SectionKind::getReadOnly());
1814 SectionKind::getReadOnly());
1818 SectionKind::getReadOnly());
1853 SectionKind::getReadOnly());
2340 Name, SectionKind::getReadOnly(),
2375 NameStr, SectionKind::getReadOnly(),
MachineFunction.cpp 1139 return SectionKind::getReadOnly();
  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1as_main.cpp 500 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 1787 SectionKind::getReadOnly(), Stub.first->getName(),
1862 getDataLayout(), SectionKind::getReadOnly(),

Completed in 44 milliseconds