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

/freebsd-11.0-release/contrib/llvm/tools/lli/
H A DRemoteJITUtils.h77 bool IsReadOnly) override {
79 IsReadOnly);
/freebsd-11.0-release/contrib/llvm/include/llvm-c/
H A DExecutionEngine.h160 const char *SectionName, LLVMBool IsReadOnly);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp26 bool IsReadOnly) {
27 if (IsReadOnly)
22 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h117 bool IsReadOnly) = 0;
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h50 bool IsReadOnly) override {
52 SectionName, IsReadOnly);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h246 /// @param[in] IsReadOnly
255 bool IsReadOnly) override;
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp365 bool IsReadOnly = isReadOnlyData(Section); local
386 } else if (IsReadOnly) {
574 bool IsReadOnly = isReadOnlyData(Section); local
615 Name, IsReadOnly);
/freebsd-11.0-release/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp155 bool IsReadOnly) override;
239 bool IsReadOnly) {
235 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp615 bool IsReadOnly)
619 uint8_t *return_value = m_default_mm_ap->allocateDataSection(Size, Alignment, SectionID, SectionName, IsReadOnly);
622 if (!IsReadOnly)
611 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, llvm::StringRef SectionName, bool IsReadOnly) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h79 bool IsReadOnly) override {
80 if (IsReadOnly) {
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp433 void addLoad(MemoryLocation &Loc, bool IsReadOnly) { argument
437 if (IsReadOnly)

Completed in 78 milliseconds