Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionGOFF.cpp18 GOFF::ESDExecutable Executable, bool IsReadOnly, in emitCATTR() argument
44 if (IsReadOnly) in emitCATTR()
117 EDAttributes.IsReadOnly, 0, EDAttributes.FillByteValue, in printSwitchToSection()
130 PRAttributes.Executable, ED->EDAttributes.IsReadOnly, in printSwitchToSection()
H A DGOFFObjectWriter.cpp240 BehavAttrs.setReadOnly(Attr.IsReadOnly); in GOFFSymbol()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h41 bool IsReadOnly) override { in allocateDataSection() argument
43 IsReadOnly); in allocateDataSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp79 StringRef SectionName, bool IsReadOnly) { in allocateDataSection() argument
83 << (IsReadOnly ? "ro" : "rw") << "-data section " << SectionName in allocateDataSection()
89 IsReadOnly ? Unmapped.back().RODataAllocs : Unmapped.back().RWDataAllocs; in allocateDataSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp24 bool IsReadOnly) { in allocateDataSection() argument
25 if (IsReadOnly) in allocateDataSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCGOFFAttributes.h53 bool IsReadOnly = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h63 bool IsReadOnly) override;
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h178 const char *SectionName, LLVMBool IsReadOnly);
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h114 bool IsReadOnly) = 0;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp557 bool IsReadOnly = isReadOnlyData(Section); in computeTotalAllocSize() local
589 } else if (IsReadOnly) { in computeTotalAllocSize()
815 bool IsReadOnly = isReadOnlyData(Section); in emitSection() local
874 Name, IsReadOnly); in emitSection()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h286 bool IsReadOnly) override;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp639 llvm::StringRef SectionName, bool IsReadOnly) { in allocateDataSection() argument
643 Size, Alignment, SectionID, SectionName, IsReadOnly); in allocateDataSection()
646 if (!IsReadOnly) in allocateDataSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp207 bool IsReadOnly) override;
325 bool IsReadOnly) { in allocateDataSection() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp771 void addLoad(const MemoryLocation &Loc, Type *AccessTy, bool IsReadOnly) { in addLoad() argument
775 if (IsReadOnly) in addLoad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3897 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly(); in mayAliasWithArgument() local
3899 IsReadOnly) { in mayAliasWithArgument()