| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 92 class MemoryManager { 96 MemoryManager() = default; 97 virtual ~MemoryManager() = default; 174 RuntimeDyld(MemoryManager &MemMgr, JITSymbolResolver &Resolver); 256 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver, 266 MemoryManager &MemMgr; 280 RuntimeDyld::MemoryManager &MemMgr,
|
| H A D | RTDyldMemoryManager.h | 33 class MCJITMemoryManager : public RuntimeDyld::MemoryManager { 36 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldCOFF.h | 35 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr, 39 RuntimeDyldCOFF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldCOFF()
|
| H A D | RuntimeDyldMachO.h | 52 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO() 127 RuntimeDyld::MemoryManager &MemMgr, 155 RuntimeDyldMachOCRTPBase(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachOCRTPBase()
|
| H A D | RuntimeDyldELF.h | 165 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, 170 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
|
| H A D | RuntimeDyldCOFF.cpp | 49 RuntimeDyld::MemoryManager &MemMgr, in create()
|
| H A D | RuntimeDyld.cpp | 1190 void RuntimeDyld::MemoryManager::anchor() {} in anchor() 1194 RuntimeDyld::RuntimeDyld(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyld() 1211 createRuntimeDyldCOFF(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldCOFF() 1222 createRuntimeDyldELF(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldELF() 1233 createRuntimeDyldMachO(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldMachO() 1329 RuntimeDyld::MemoryManager &MemMgr, in jitLinkForORC()
|
| H A D | RuntimeDyldImpl.h | 249 RuntimeDyld::MemoryManager &MemMgr; 473 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldImpl()
|
| H A D | RuntimeDyldMachO.cpp | 348 RuntimeDyld::MemoryManager &MemMgr, in create()
|
| H A D | RuntimeDyldELF.cpp | 220 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF() 238 RuntimeDyld::MemoryManager &MemMgr, in create()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 280 std::unique_ptr<MemoryManager>(new MemoryManager(*this))) in GetRunnableInfo() 497 IRExecutionUnit::MemoryManager::MemoryManager(IRExecutionUnit &parent) in MemoryManager() function in IRExecutionUnit::MemoryManager 500 IRExecutionUnit::MemoryManager::~MemoryManager() {} in ~MemoryManager() 595 uint8_t *IRExecutionUnit::MemoryManager::allocateCodeSection( in allocateCodeSection() 626 uint8_t *IRExecutionUnit::MemoryManager::allocateDataSection( in allocateDataSection() 1002 IRExecutionUnit::MemoryManager::getSymbolAddress(const std::string &Name) { in getSymbolAddress() 1025 void *IRExecutionUnit::MemoryManager::getPointerToNamedFunction( in getPointerToNamedFunction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 264 class MemoryManager : public llvm::SectionMemoryManager { 266 MemoryManager(IRExecutionUnit &parent); 268 ~MemoryManager() override;
|
| /freebsd-12.1/contrib/llvm/tools/lli/ |
| H A D | RemoteJITUtils.h | 83 void setMemMgr(std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr) { in setMemMgr() 147 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr;
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.h | 50 std::function<std::unique_ptr<RuntimeDyld::MemoryManager>()>; 121 std::vector<std::unique_ptr<RuntimeDyld::MemoryManager>> MemMgrs; 336 std::shared_ptr<RuntimeDyld::MemoryManager> MemMgr;
|
| H A D | OrcRemoteTargetClient.h | 60 class RemoteRTDyldMemoryManager : public RuntimeDyld::MemoryManager {
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.h | 25 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM, in RuntimeDyldELFMips()
|
| H A D | RuntimeDyldCOFFI386.h | 27 RuntimeDyldCOFFI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFI386()
|
| H A D | RuntimeDyldCOFFX86_64.h | 58 RuntimeDyldCOFFX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFX86_64()
|
| H A D | RuntimeDyldMachOI386.h | 26 RuntimeDyldMachOI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOI386()
|
| H A D | RuntimeDyldMachOX86_64.h | 26 RuntimeDyldMachOX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOX86_64()
|
| H A D | RuntimeDyldCOFFThumb.h | 47 RuntimeDyldCOFFThumb(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFThumb()
|
| H A D | RuntimeDyldMachOARM.h | 29 RuntimeDyldMachOARM(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOARM()
|
| H A D | RuntimeDyldMachOAArch64.h | 26 RuntimeDyldMachOAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOAArch64()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 125 RuntimeDyld::MemoryManager *MemMgr = nullptr; in emit()
|
| H A D | OrcCBindingsStack.h | 288 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr, in addIRModule()
|