Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/lli/
H A DForwardingMemoryManager.h41 bool IsReadOnly) override { in allocateDataSection() argument
43 IsReadOnly); in allocateDataSection()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection() argument
26 if (IsReadOnly) in allocateDataSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h61 bool IsReadOnly) override;
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DExecutionEngine.h164 const char *SectionName, LLVMBool IsReadOnly);
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h113 bool IsReadOnly) = 0;
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp557 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 DIRExecutionUnit.h279 bool IsReadOnly) override;
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp639 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 Dllvm-rtdyld.cpp207 bool IsReadOnly) override;
325 bool IsReadOnly) { in allocateDataSection() argument
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp631 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 DAttributorAttributes.cpp3805 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly(); in mayAliasWithArgument() local
3806 if (CBArgMemBehaviorAA.isAssumedReadOnly() && IsReadOnly) { in mayAliasWithArgument()