Searched refs:IsReadOnly (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/lli/ |
| H A D | ForwardingMemoryManager.h | 41 bool IsReadOnly) override { in allocateDataSection() argument 43 IsReadOnly); in allocateDataSection()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.cpp | 79 StringRef SectionName, bool IsReadOnly) { in allocateDataSection() argument 83 << (IsReadOnly ? "ro" : "rw") << "-data section " << SectionName in allocateDataSection() 89 IsReadOnly ? Unmapped.back().RODataAllocs : Unmapped.back().RWDataAllocs; in allocateDataSection()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| H A D | SectionMemoryManager.cpp | 25 bool IsReadOnly) { in allocateDataSection() argument 26 if (IsReadOnly) in allocateDataSection()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.h | 61 bool IsReadOnly) override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
| H A D | ExecutionEngine.h | 164 const char *SectionName, LLVMBool IsReadOnly);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 113 bool IsReadOnly) = 0;
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 557 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local 589 } else if (IsReadOnly) { in computeTotalAllocSize() 812 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local 871 Name, IsReadOnly); in emitSection()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 279 bool IsReadOnly) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 639 llvm::StringRef SectionName, bool IsReadOnly) { in allocateDataSection() argument 643 Size, Alignment, SectionID, SectionName, IsReadOnly); in allocateDataSection() 646 if (!IsReadOnly) in allocateDataSection()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 207 bool IsReadOnly) override; 325 bool IsReadOnly) { in allocateDataSection() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 631 void addLoad(MemoryLocation &Loc, Type *AccessTy, bool IsReadOnly) { in addLoad() argument 635 if (IsReadOnly) in addLoad()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 3805 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly(); in mayAliasWithArgument() local 3806 if (CBArgMemBehaviorAA.isAssumedReadOnly() && IsReadOnly) { in mayAliasWithArgument()
|