Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection() argument
26 if (IsReadOnly) in allocateDataSection()
H A DMCJIT.h46 bool IsReadOnly) override { in allocateDataSection() argument
48 SectionID, SectionName, IsReadOnly); in allocateDataSection()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h56 StringRef SectionName, bool IsReadOnly) = 0;
/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A DRemoteMemoryManager.h75 bool IsReadOnly) override;
H A DRemoteMemoryManager.cpp49 bool IsReadOnly) { in allocateDataSection() argument
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp107 unsigned SectionID, StringRef SectionName, bool IsReadOnly) { in allocateDataSection() argument
108 useSpace(IsReadOnly ? &UsedDataSizeRO : &UsedDataSizeRW, Size, Alignment); in allocateDataSection()
110 SectionID, SectionName, IsReadOnly); in allocateDataSection()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp320 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local
339 } else if (IsReadOnly) { in computeTotalAllocSize()
496 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
520 Name, IsReadOnly); in emitSection()
/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DExecutionEngine.h184 const char *SectionName, LLVMBool IsReadOnly);
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp119 bool IsReadOnly) override;
148 bool IsReadOnly) { in allocateDataSection() argument
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4051 void addLoad(AliasAnalysis::Location &Loc, bool IsReadOnly) { in addLoad() argument
4055 if (IsReadOnly) in addLoad()