Searched refs:IsReadOnly (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lli/ |
| H A D | RemoteJITUtils.h | 99 bool IsReadOnly) override { in allocateDataSection() argument 101 IsReadOnly); in allocateDataSection()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | SectionMemoryManager.cpp | 26 bool IsReadOnly) { in allocateDataSection() argument 27 if (IsReadOnly) in allocateDataSection()
|
| /freebsd-12.1/contrib/llvm/include/llvm-c/ |
| H A D | ExecutionEngine.h | 160 const char *SectionName, LLVMBool IsReadOnly);
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 113 bool IsReadOnly) = 0;
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 493 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 D | OrcMCJITReplacement.h | 80 bool IsReadOnly) override { in allocateDataSection() argument 82 SectionName, IsReadOnly); in allocateDataSection()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 155 bool IsReadOnly) override; 246 bool IsReadOnly) { in allocateDataSection() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 311 bool IsReadOnly) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 628 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 D | OrcRemoteTargetClient.h | 89 bool IsReadOnly) override { in allocateDataSection() argument 90 if (IsReadOnly) { in allocateDataSection()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Relocations.cpp | 572 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 D | LoopAccessAnalysis.cpp | 510 void addLoad(MemoryLocation &Loc, bool IsReadOnly) { in addLoad() argument 514 if (IsReadOnly) in addLoad()
|