Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lli/
H A DRemoteJITUtils.h99 bool IsReadOnly) override { in allocateDataSection() argument
101 IsReadOnly); in allocateDataSection()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp26 bool IsReadOnly) { in allocateDataSection() argument
27 if (IsReadOnly) in allocateDataSection()
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DExecutionEngine.h160 const char *SectionName, LLVMBool IsReadOnly);
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h113 bool IsReadOnly) = 0;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp493 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local
516 } else if (IsReadOnly) { in computeTotalAllocSize()
725 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
773 Name, IsReadOnly); in emitSection()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h80 bool IsReadOnly) override { in allocateDataSection() argument
82 SectionName, IsReadOnly); in allocateDataSection()
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp155 bool IsReadOnly) override;
246 bool IsReadOnly) { in allocateDataSection() argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h311 bool IsReadOnly) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp628 llvm::StringRef SectionName, bool IsReadOnly) { in allocateDataSection() argument
632 Size, Alignment, SectionID, SectionName, IsReadOnly); in allocateDataSection()
635 if (!IsReadOnly) in allocateDataSection()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h89 bool IsReadOnly) override { in allocateDataSection() argument
90 if (IsReadOnly) { in allocateDataSection()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DRelocations.cpp572 bool IsReadOnly = isReadOnly<ELFT>(SS); in addCopyRelSymbol() local
573 BssSection *Sec = make<BssSection>(IsReadOnly ? ".bss.rel.ro" : ".bss", in addCopyRelSymbol()
575 if (IsReadOnly) in addCopyRelSymbol()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp510 void addLoad(MemoryLocation &Loc, bool IsReadOnly) { in addLoad() argument
514 if (IsReadOnly) in addLoad()