Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A DRemoteJITUtils.h51 bool IsReadOnly) override { in allocateDataSection() argument
53 IsReadOnly); in allocateDataSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection() argument
26 if (IsReadOnly) in allocateDataSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DExecutionEngine.h164 const char *SectionName, LLVMBool IsReadOnly);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h113 bool IsReadOnly) = 0;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h89 bool IsReadOnly) override { in allocateDataSection() argument
90 if (IsReadOnly) { in allocateDataSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp207 bool IsReadOnly) override;
317 bool IsReadOnly) { in allocateDataSection() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp515 void addLoad(MemoryLocation &Loc, bool IsReadOnly) { in addLoad() argument
519 if (IsReadOnly) in addLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2575 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly(); in mayAliasWithArgument() local
2576 if (CBArgMemBehaviorAA.isAssumedReadOnly() && IsReadOnly) { in mayAliasWithArgument()