Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h93 class LLVM_ABI MemoryManager {
97 MemoryManager() = default;
98 virtual ~MemoryManager() = default;
193 LLVM_ABI RuntimeDyld(MemoryManager &MemMgr, JITSymbolResolver &Resolver);
292 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver,
304 MemoryManager &MemMgr;
318 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver,
H A DRTDyldMemoryManager.h33 class LLVM_ABI MCJITMemoryManager : public RuntimeDyld::MemoryManager {
36 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h53 unique_function<std::unique_ptr<RuntimeDyld::MemoryManager>(
129 using MemoryManagerUP = std::unique_ptr<RuntimeDyld::MemoryManager>;
133 RuntimeDyld::MemoryManager &MemMgr,
140 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr,
H A DEPCGenericRTDyldMemoryManager.h28 : public RuntimeDyld::MemoryManager {
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h46 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO()
121 RuntimeDyld::MemoryManager &MemMgr,
149 RuntimeDyldMachOCRTPBase(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachOCRTPBase()
H A DRuntimeDyldCOFF.h31 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
35 RuntimeDyldCOFF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldCOFF()
H A DRuntimeDyld.cpp1297 RuntimeDyld::MemoryManager::TLSSection
1298 RuntimeDyld::MemoryManager::allocateTLSSection(uintptr_t Size, in allocateTLSSection()
1305 void RuntimeDyld::MemoryManager::anchor() {} in anchor()
1309 RuntimeDyld::RuntimeDyld(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyld()
1326 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldCOFF()
1337 createRuntimeDyldELF(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldELF()
1349 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldMachO()
1461 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver, in jitLinkForORC()
H A DRuntimeDyldELF.h230 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
235 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
H A DRuntimeDyldCOFF.cpp49 RuntimeDyld::MemoryManager &MemMgr, in create()
H A DRuntimeDyldImpl.h239 RuntimeDyld::MemoryManager &MemMgr;
464 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldImpl()
H A DRuntimeDyldMachO.cpp349 RuntimeDyld::MemoryManager &MemMgr, in create()
H A DRuntimeDyldELF.cpp216 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF()
233 RuntimeDyld::MemoryManager &MemMgr, in create()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp281 .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()
985 IRExecutionUnit::MemoryManager::findSymbol(const std::string &Name) { in findSymbol()
997 IRExecutionUnit::MemoryManager::getSymbolAddress(const std::string &Name) { in getSymbolAddress()
1003 IRExecutionUnit::MemoryManager::GetSymbolAddressAndPresence( in GetSymbolAddressAndPresence()
1025 void *IRExecutionUnit::MemoryManager::getPointerToNamedFunction( in getPointerToNamedFunction()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h25 void setMemMgr(std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr) { in setMemMgr()
86 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr;
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h243 class MemoryManager : public llvm::SectionMemoryManager {
245 MemoryManager(IRExecutionUnit &parent);
247 ~MemoryManager() override;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h23 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM, in RuntimeDyldELFMips()
H A DRuntimeDyldCOFFI386.h26 RuntimeDyldCOFFI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFI386()
H A DRuntimeDyldMachOX86_64.h24 RuntimeDyldMachOX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOX86_64()
H A DRuntimeDyldMachOI386.h24 RuntimeDyldMachOI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOI386()
H A DRuntimeDyldCOFFX86_64.h57 RuntimeDyldCOFFX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFX86_64()
H A DRuntimeDyldCOFFThumb.h49 RuntimeDyldCOFFThumb(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFThumb()
H A DRuntimeDyldCOFFAArch64.h102 RuntimeDyldCOFFAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFAArch64()
H A DRuntimeDyldMachOARM.h27 RuntimeDyldMachOARM(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOARM()
H A DRuntimeDyldMachOAArch64.h25 RuntimeDyldMachOAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOAArch64()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp233 RuntimeDyld::MemoryManager &MemMgr, in onObjLoad()
367 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr, in onObjEmit()