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

/freebsd-current/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h41 bool IsReadOnly) override {
43 IsReadOnly);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp79 StringRef SectionName, bool IsReadOnly) {
83 << (IsReadOnly ? "ro" : "rw") << "-data section " << SectionName
89 IsReadOnly ? Unmapped.back().RODataAllocs : Unmapped.back().RWDataAllocs;
77 allocateDataSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h61 bool IsReadOnly) override;
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp25 bool IsReadOnly) {
26 if (IsReadOnly)
21 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h164 const char *SectionName, LLVMBool IsReadOnly);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h113 bool IsReadOnly) = 0;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h271 /// \param[in] IsReadOnly
279 bool IsReadOnly) override;
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp557 bool IsReadOnly = isReadOnlyData(Section); local
589 } else if (IsReadOnly) {
812 bool IsReadOnly = isReadOnlyData(Section); local
871 Name, IsReadOnly);
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp639 llvm::StringRef SectionName, bool IsReadOnly) {
643 Size, Alignment, SectionID, SectionName, IsReadOnly);
646 if (!IsReadOnly)
637 allocateDataSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, llvm::StringRef SectionName, bool IsReadOnly) argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp207 bool IsReadOnly) override;
325 bool IsReadOnly) {
321 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp669 void addLoad(MemoryLocation &Loc, Type *AccessTy, bool IsReadOnly) { argument
673 if (IsReadOnly)
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3852 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly(); local
3854 IsReadOnly) {

Completed in 375 milliseconds