| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionGOFF.cpp | 18 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 D | GOFFObjectWriter.cpp | 240 BehavAttrs.setReadOnly(Attr.IsReadOnly); in GOFFSymbol()
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | ForwardingMemoryManager.h | 41 bool IsReadOnly) override { in allocateDataSection() argument 43 IsReadOnly); in allocateDataSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.cpp | 79 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 D | SectionMemoryManager.cpp | 24 bool IsReadOnly) { in allocateDataSection() argument 25 if (IsReadOnly) in allocateDataSection()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCGOFFAttributes.h | 53 bool IsReadOnly = false; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.h | 63 bool IsReadOnly) override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | ExecutionEngine.h | 178 const char *SectionName, LLVMBool IsReadOnly);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 114 bool IsReadOnly) = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 557 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 D | IRExecutionUnit.h | 286 bool IsReadOnly) override;
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 639 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 D | llvm-rtdyld.cpp | 207 bool IsReadOnly) override; 325 bool IsReadOnly) { in allocateDataSection() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 771 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 D | AttributorAttributes.cpp | 3897 bool IsReadOnly = MemBehaviorAA.isAssumedReadOnly(); in mayAliasWithArgument() local 3899 IsReadOnly) { in mayAliasWithArgument()
|