Searched refs:IsReadOnly (Results 1 – 10 of 10) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | SectionMemoryManager.cpp | 25 bool IsReadOnly) { in allocateDataSection() argument 26 if (IsReadOnly) in allocateDataSection()
|
| H A D | MCJIT.h | 46 bool IsReadOnly) override { in allocateDataSection() argument 48 SectionID, SectionName, IsReadOnly); in allocateDataSection()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
| H A D | RTDyldMemoryManager.h | 56 StringRef SectionName, bool IsReadOnly) = 0;
|
| /minix3/external/bsd/llvm/dist/llvm/tools/lli/ |
| H A D | RemoteMemoryManager.h | 75 bool IsReadOnly) override;
|
| H A D | RemoteMemoryManager.cpp | 49 bool IsReadOnly) { in allocateDataSection() argument
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITCAPITest.cpp | 107 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 D | RuntimeDyld.cpp | 320 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 D | ExecutionEngine.h | 184 const char *SectionName, LLVMBool IsReadOnly);
|
| /minix3/external/bsd/llvm/dist/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 119 bool IsReadOnly) override; 148 bool IsReadOnly) { in allocateDataSection() argument
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 4051 void addLoad(AliasAnalysis::Location &Loc, bool IsReadOnly) { in addLoad() argument 4055 if (IsReadOnly) in addLoad()
|