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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h98 bool IsReadOnly) override {
100 IsReadOnly);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h159 const char *SectionName, LLVMBool IsReadOnly);
/freebsd-11-stable/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-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h114 bool IsReadOnly) = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h79 bool IsReadOnly) override {
81 SectionName, IsReadOnly);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp541 bool IsReadOnly = isReadOnlyData(Section); local
572 } else if (IsReadOnly) {
784 bool IsReadOnly = isReadOnlyData(Section); local
839 Name, IsReadOnly);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h276 /// \param[in] IsReadOnly
284 bool IsReadOnly) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp619 llvm::StringRef SectionName, bool IsReadOnly) {
623 Size, Alignment, SectionID, SectionName, IsReadOnly);
626 if (!IsReadOnly)
617 allocateDataSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, llvm::StringRef SectionName, bool IsReadOnly) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h88 bool IsReadOnly) override {
89 if (IsReadOnly) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp206 bool IsReadOnly) override;
316 bool IsReadOnly) {
312 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp510 void addLoad(MemoryLocation &Loc, bool IsReadOnly) { argument
514 if (IsReadOnly)

Completed in 212 milliseconds