Home
last modified time | relevance | path

Searched defs:IsReadOnly (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp25 bool IsReadOnly) { in allocateDataSection()
H A DMCJIT.h46 bool IsReadOnly) override { in allocateDataSection()
/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A DRemoteMemoryManager.cpp49 bool IsReadOnly) { in allocateDataSection()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp320 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local
496 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp107 unsigned SectionID, StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp148 bool IsReadOnly) { in allocateDataSection()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4051 void addLoad(AliasAnalysis::Location &Loc, bool IsReadOnly) { in addLoad()