Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h51 bool IsReadOnly) override { in allocateDataSection() argument
53 IsReadOnly); in allocateDataSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection() argument
26 if (IsReadOnly) in allocateDataSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h164 const char *SectionName, LLVMBool IsReadOnly);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h113 bool IsReadOnly) = 0;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp551 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local
582 } else if (IsReadOnly) { in computeTotalAllocSize()
802 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
857 Name, IsReadOnly); in emitSection()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h284 bool IsReadOnly) override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp626 llvm::StringRef SectionName, bool IsReadOnly) { in allocateDataSection() argument
630 Size, Alignment, SectionID, SectionName, IsReadOnly); in allocateDataSection()
633 if (!IsReadOnly) in allocateDataSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h89 bool IsReadOnly) override { in allocateDataSection() argument
90 if (IsReadOnly) { in allocateDataSection()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp208 bool IsReadOnly) override;
318 bool IsReadOnly) { in allocateDataSection() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp527 void addLoad(MemoryLocation &Loc, bool IsReadOnly) { in addLoad() argument
531 if (IsReadOnly) in addLoad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3078 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly(); in mayAliasWithArgument() local
3079 if (CBArgMemBehaviorAA.isAssumedReadOnly() && IsReadOnly) { in mayAliasWithArgument()