Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DExecutableFileMemoryManager.cpp28 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 DExecutableFileMemoryManager.h27 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 DForwardingMemoryManager.h41 bool IsReadOnly) override { in allocateDataSection() argument
43 IsReadOnly); in allocateDataSection()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp79 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 DMCJITCAPITest.cpp107 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 DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection() argument
26 if (IsReadOnly) in allocateDataSection()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp33 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 DEPCGenericRTDyldMemoryManager.h61 bool IsReadOnly) override;
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DExecutionEngine.h164 const char *SectionName, LLVMBool IsReadOnly);
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h183 static unsigned getFlags(bool IsReadOnly = true, bool IsText = false,
188 if (!IsReadOnly)
H A DBinaryContext.h962 bool IsReadOnly = true,
965 BinarySection::getFlags(IsReadOnly), Data,
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h113 bool IsReadOnly) = 0;
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp560 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 DIRExecutionUnit.h279 bool IsReadOnly) override;
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp638 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 Dllvm-rtdyld.cpp207 bool IsReadOnly) override;
325 bool IsReadOnly) { in allocateDataSection() argument
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp626 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 DAttributorAttributes.cpp3165 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly(); in mayAliasWithArgument() local
3166 if (CBArgMemBehaviorAA.isAssumedReadOnly() && IsReadOnly) { in mayAliasWithArgument()