| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 92 class MemoryManager { 96 MemoryManager() = default; 97 virtual ~MemoryManager() = default; 192 RuntimeDyld(MemoryManager &MemMgr, JITSymbolResolver &Resolver); 289 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver, 301 MemoryManager &MemMgr; 315 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver,
|
| H A D | RTDyldMemoryManager.h | 32 class MCJITMemoryManager : public RuntimeDyld::MemoryManager { 35 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.h | 53 unique_function<std::unique_ptr<RuntimeDyld::MemoryManager>()>; 128 using MemoryManagerUP = std::unique_ptr<RuntimeDyld::MemoryManager>; 132 RuntimeDyld::MemoryManager &MemMgr, 139 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr,
|
| H A D | EPCGenericRTDyldMemoryManager.h | 26 class EPCGenericRTDyldMemoryManager : public RuntimeDyld::MemoryManager {
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldMachO.h | 51 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO() 126 RuntimeDyld::MemoryManager &MemMgr, 154 RuntimeDyldMachOCRTPBase(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachOCRTPBase()
|
| H A D | RuntimeDyldCOFF.h | 34 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr, 38 RuntimeDyldCOFF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldCOFF()
|
| H A D | RuntimeDyldELF.h | 211 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, 216 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
|
| H A D | RuntimeDyld.cpp | 1283 RuntimeDyld::MemoryManager::TLSSection 1284 RuntimeDyld::MemoryManager::allocateTLSSection(uintptr_t Size, in allocateTLSSection() 1291 void RuntimeDyld::MemoryManager::anchor() {} in anchor() 1295 RuntimeDyld::RuntimeDyld(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyld() 1312 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldCOFF() 1323 createRuntimeDyldELF(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldELF() 1335 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldMachO() 1447 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver, in jitLinkForORC()
|
| H A D | RuntimeDyldCOFF.cpp | 50 RuntimeDyld::MemoryManager &MemMgr, in create()
|
| H A D | RuntimeDyldImpl.h | 244 RuntimeDyld::MemoryManager &MemMgr; 453 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldImpl()
|
| H A D | RuntimeDyldMachO.cpp | 350 RuntimeDyld::MemoryManager &MemMgr, in create()
|
| H A D | RuntimeDyldELF.cpp | 216 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF() 234 RuntimeDyld::MemoryManager &MemMgr, in create()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 287 .setMCJITMemoryManager(std::make_unique<MemoryManager>(*this)) in GetRunnableInfo() 509 IRExecutionUnit::MemoryManager::MemoryManager(IRExecutionUnit &parent) in MemoryManager() function in IRExecutionUnit::MemoryManager 512 IRExecutionUnit::MemoryManager::~MemoryManager() = default; 607 uint8_t *IRExecutionUnit::MemoryManager::allocateCodeSection( in allocateCodeSection() 637 uint8_t *IRExecutionUnit::MemoryManager::allocateDataSection( in allocateDataSection() 948 IRExecutionUnit::MemoryManager::findSymbol(const std::string &Name) { in findSymbol() 960 IRExecutionUnit::MemoryManager::getSymbolAddress(const std::string &Name) { in getSymbolAddress() 966 IRExecutionUnit::MemoryManager::GetSymbolAddressAndPresence( in GetSymbolAddressAndPresence() 988 void *IRExecutionUnit::MemoryManager::getPointerToNamedFunction( in getPointerToNamedFunction()
|
| /openbsd-src/gnu/llvm/llvm/tools/lli/ |
| H A D | ForwardingMemoryManager.h | 25 void setMemMgr(std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr) { in setMemMgr() 86 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 236 class MemoryManager : public llvm::SectionMemoryManager { 238 MemoryManager(IRExecutionUnit &parent); 240 ~MemoryManager() override;
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.h | 23 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM, in RuntimeDyldELFMips()
|
| H A D | RuntimeDyldCOFFI386.h | 26 RuntimeDyldCOFFI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFI386()
|
| H A D | RuntimeDyldCOFFX86_64.h | 57 RuntimeDyldCOFFX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFX86_64()
|
| H A D | RuntimeDyldMachOX86_64.h | 24 RuntimeDyldMachOX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOX86_64()
|
| H A D | RuntimeDyldMachOI386.h | 24 RuntimeDyldMachOI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOI386()
|
| H A D | RuntimeDyldCOFFThumb.h | 48 RuntimeDyldCOFFThumb(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFThumb()
|
| H A D | RuntimeDyldCOFFAArch64.h | 90 RuntimeDyldCOFFAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFAArch64()
|
| H A D | RuntimeDyldMachOARM.h | 27 RuntimeDyldMachOARM(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOARM()
|
| H A D | RuntimeDyldMachOAArch64.h | 25 RuntimeDyldMachOAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOAArch64()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 223 RuntimeDyld::MemoryManager &MemMgr, in onObjLoad() 357 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr, in onObjEmit()
|