Home
last modified time | relevance | path

Searched refs:MemoryManager (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h92 class MemoryManager {
96 MemoryManager() = default;
97 virtual ~MemoryManager() = default;
179 RuntimeDyld(MemoryManager &MemMgr, JITSymbolResolver &Resolver);
276 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver,
288 MemoryManager &MemMgr;
302 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver,
H A DRTDyldMemoryManager.h32 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
35 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h53 std::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 DOrcRemoteTargetClient.h60 class RemoteRTDyldMemoryManager : public RuntimeDyld::MemoryManager {
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h51 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO()
126 RuntimeDyld::MemoryManager &MemMgr,
154 RuntimeDyldMachOCRTPBase(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachOCRTPBase()
H A DRuntimeDyldCOFF.h34 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
38 RuntimeDyldCOFF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldCOFF()
H A DRuntimeDyldELF.h165 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
170 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
H A DRuntimeDyldCOFF.cpp50 RuntimeDyld::MemoryManager &MemMgr, in create()
H A DRuntimeDyld.cpp1264 void RuntimeDyld::MemoryManager::anchor() {} in anchor()
1268 RuntimeDyld::RuntimeDyld(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyld()
1285 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldCOFF()
1296 createRuntimeDyldELF(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldELF()
1308 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldMachO()
1420 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver, in jitLinkForORC()
H A DRuntimeDyldImpl.h244 RuntimeDyld::MemoryManager &MemMgr;
449 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldImpl()
H A DRuntimeDyldMachO.cpp350 RuntimeDyld::MemoryManager &MemMgr, in create()
H A DRuntimeDyldELF.cpp216 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF()
234 RuntimeDyld::MemoryManager &MemMgr, in create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp282 .setMCJITMemoryManager(std::make_unique<MemoryManager>(*this)) in GetRunnableInfo()
496 IRExecutionUnit::MemoryManager::MemoryManager(IRExecutionUnit &parent) in MemoryManager() function in IRExecutionUnit::MemoryManager
499 IRExecutionUnit::MemoryManager::~MemoryManager() = default;
594 uint8_t *IRExecutionUnit::MemoryManager::allocateCodeSection( in allocateCodeSection()
624 uint8_t *IRExecutionUnit::MemoryManager::allocateDataSection( in allocateDataSection()
1032 IRExecutionUnit::MemoryManager::findSymbol(const std::string &Name) { in findSymbol()
1044 IRExecutionUnit::MemoryManager::getSymbolAddress(const std::string &Name) { in getSymbolAddress()
1050 IRExecutionUnit::MemoryManager::GetSymbolAddressAndPresence( in GetSymbolAddressAndPresence()
1072 void *IRExecutionUnit::MemoryManager::getPointerToNamedFunction( in getPointerToNamedFunction()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h35 void setMemMgr(std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr) { in setMemMgr()
99 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h241 class MemoryManager : public llvm::SectionMemoryManager {
243 MemoryManager(IRExecutionUnit &parent);
245 ~MemoryManager() override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h24 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM, in RuntimeDyldELFMips()
H A DRuntimeDyldCOFFI386.h26 RuntimeDyldCOFFI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFI386()
H A DRuntimeDyldCOFFX86_64.h57 RuntimeDyldCOFFX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFX86_64()
H A DRuntimeDyldMachOI386.h25 RuntimeDyldMachOI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOI386()
H A DRuntimeDyldMachOX86_64.h25 RuntimeDyldMachOX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOX86_64()
H A DRuntimeDyldCOFFThumb.h49 RuntimeDyldCOFFThumb(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFThumb()
H A DRuntimeDyldCOFFAArch64.h90 RuntimeDyldCOFFAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFAArch64()
H A DRuntimeDyldMachOARM.h28 RuntimeDyldMachOARM(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOARM()
H A DRuntimeDyldMachOAArch64.h25 RuntimeDyldMachOAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOAArch64()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp188 RuntimeDyld::MemoryManager &MemMgr, in onObjLoad()
278 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr, in onObjEmit()