Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h93 class MemoryManager {
97 MemoryManager() = default;
98 virtual ~MemoryManager() = default;
175 RuntimeDyld(MemoryManager &MemMgr, JITSymbolResolver &Resolver);
273 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver,
283 MemoryManager &MemMgr;
297 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver,
HDRTDyldMemoryManager.h32 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
35 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldCOFF.h34 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
38 RuntimeDyldCOFF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldCOFF()
HDRuntimeDyldMachO.h51 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO()
126 RuntimeDyld::MemoryManager &MemMgr,
154 RuntimeDyldMachOCRTPBase(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachOCRTPBase()
HDRuntimeDyldELF.h164 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
169 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
HDRuntimeDyldCOFF.cpp49 RuntimeDyld::MemoryManager &MemMgr, in create()
HDRuntimeDyld.cpp1252 void RuntimeDyld::MemoryManager::anchor() {} in anchor()
1256 RuntimeDyld::RuntimeDyld(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyld()
1273 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldCOFF()
1284 createRuntimeDyldELF(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldELF()
1296 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldMachO()
1408 RuntimeDyld::MemoryManager &MemMgr, in jitLinkForORC()
HDRuntimeDyldImpl.h247 RuntimeDyld::MemoryManager &MemMgr;
464 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldImpl()
HDRuntimeDyldMachO.cpp350 RuntimeDyld::MemoryManager &MemMgr, in create()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp272 std::unique_ptr<MemoryManager>(new MemoryManager(*this))) in GetRunnableInfo()
489 IRExecutionUnit::MemoryManager::MemoryManager(IRExecutionUnit &parent) in MemoryManager() function in IRExecutionUnit::MemoryManager
492 IRExecutionUnit::MemoryManager::~MemoryManager() {} in ~MemoryManager()
587 uint8_t *IRExecutionUnit::MemoryManager::allocateCodeSection( in allocateCodeSection()
617 uint8_t *IRExecutionUnit::MemoryManager::allocateDataSection( in allocateDataSection()
1026 IRExecutionUnit::MemoryManager::findSymbol(const std::string &Name) { in findSymbol()
1038 IRExecutionUnit::MemoryManager::getSymbolAddress(const std::string &Name) { in getSymbolAddress()
1044 IRExecutionUnit::MemoryManager::GetSymbolAddressAndPresence( in GetSymbolAddressAndPresence()
1066 void *IRExecutionUnit::MemoryManager::getPointerToNamedFunction( in getPointerToNamedFunction()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDIRExecutionUnit.h241 class MemoryManager : public llvm::SectionMemoryManager {
243 MemoryManager(IRExecutionUnit &parent);
245 ~MemoryManager() override;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
HDRemoteJITUtils.h82 void setMemMgr(std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr) { in setMemMgr()
146 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDRTDyldObjectLinkingLayer.h50 std::function<std::unique_ptr<RuntimeDyld::MemoryManager>()>;
135 std::vector<std::unique_ptr<RuntimeDyld::MemoryManager>> MemMgrs;
350 std::shared_ptr<RuntimeDyld::MemoryManager> MemMgr;
HDOrcRemoteTargetClient.h59 class RemoteRTDyldMemoryManager : public RuntimeDyld::MemoryManager {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldELFMips.h24 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM, in RuntimeDyldELFMips()
HDRuntimeDyldCOFFI386.h26 RuntimeDyldCOFFI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFI386()
HDRuntimeDyldCOFFX86_64.h57 RuntimeDyldCOFFX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFX86_64()
HDRuntimeDyldMachOI386.h25 RuntimeDyldMachOI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOI386()
HDRuntimeDyldMachOX86_64.h25 RuntimeDyldMachOX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOX86_64()
HDRuntimeDyldCOFFThumb.h49 RuntimeDyldCOFFThumb(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFThumb()
HDRuntimeDyldCOFFAArch64.h90 RuntimeDyldCOFFAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFAArch64()
HDRuntimeDyldMachOARM.h28 RuntimeDyldMachOARM(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOARM()
HDRuntimeDyldMachOAArch64.h25 RuntimeDyldMachOAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOAArch64()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDRTDyldObjectLinkingLayer.cpp132 RuntimeDyld::MemoryManager *MemMgr = nullptr; in emit()
HDOrcCBindingsStack.h287 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr, in addIRModule()

12