| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | ExecutableFileMemoryManager.cpp | 28 bool IsReadOnly) { in allocateSection() argument 42 SectionName, IsReadOnly); in allocateSection() 50 SectionName, IsReadOnly); in allocateSection() 69 BinarySection::getFlags(IsReadOnly, IsCode, true), Ret, Size, Alignment); in allocateSection() 76 << (IsCode ? "code" : (IsReadOnly ? "read-only data" : "data")) in allocateSection()
|
| /llvm-project-15.0.7/bolt/include/bolt/Rewrite/ |
| H A D | ExecutableFileMemoryManager.h | 27 bool IsCode, bool IsReadOnly); 54 bool IsReadOnly) override { in allocateDataSection() argument 56 /*IsCode=*/false, IsReadOnly); in allocateDataSection()
|
| /llvm-project-15.0.7/llvm/tools/lli/ |
| H A D | ForwardingMemoryManager.h | 41 bool IsReadOnly) override { in allocateDataSection() argument 43 IsReadOnly); in allocateDataSection()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITCAPITest.cpp | 107 bool IsReadOnly) override { in allocateDataSection() argument 108 useSpace(IsReadOnly ? &UsedDataSizeRO : &UsedDataSizeRW, Size, Alignment); in allocateDataSection() 110 SectionID, SectionName, IsReadOnly); in allocateDataSection()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | SectionMemoryManager.cpp | 25 bool IsReadOnly) { in allocateDataSection() argument 26 if (IsReadOnly) in allocateDataSection()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayerTest.cpp | 33 bool IsReadOnly) override { in testSetProcessAllSections() argument 40 Size, Alignment, SectionID, SectionName, IsReadOnly); in testSetProcessAllSections()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.h | 61 bool IsReadOnly) override;
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | ExecutionEngine.h | 164 const char *SectionName, LLVMBool IsReadOnly);
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinarySection.h | 183 static unsigned getFlags(bool IsReadOnly = true, bool IsText = false, 188 if (!IsReadOnly)
|
| H A D | BinaryContext.h | 962 bool IsReadOnly = true, 965 BinarySection::getFlags(IsReadOnly), Data,
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 113 bool IsReadOnly) = 0;
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 560 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local 592 } else if (IsReadOnly) { in computeTotalAllocSize() 812 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local 875 IsReadOnly); in emitSection()
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 279 bool IsReadOnly) override;
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 638 llvm::StringRef SectionName, bool IsReadOnly) { in allocateDataSection() argument 642 Size, Alignment, SectionID, SectionName, IsReadOnly); in allocateDataSection() 645 if (!IsReadOnly) in allocateDataSection()
|
| /llvm-project-15.0.7/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 207 bool IsReadOnly) override; 325 bool IsReadOnly) { in allocateDataSection() argument
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 626 void addLoad(MemoryLocation &Loc, Type *AccessTy, bool IsReadOnly) { in addLoad() argument 630 if (IsReadOnly) in addLoad()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 3165 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly(); in mayAliasWithArgument() local 3166 if (CBArgMemBehaviorAA.isAssumedReadOnly() && IsReadOnly) { in mayAliasWithArgument()
|