Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h92 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 DRTDyldMemoryManager.h33 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
36 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h35 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
39 RuntimeDyldCOFF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldCOFF()
H A DRuntimeDyldMachO.h52 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO()
127 RuntimeDyld::MemoryManager &MemMgr,
155 RuntimeDyldMachOCRTPBase(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachOCRTPBase()
H A DRuntimeDyldELF.h165 RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr,
170 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
H A DRuntimeDyldCOFF.cpp49 RuntimeDyld::MemoryManager &MemMgr, in create()
H A DRuntimeDyld.cpp1190 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 DRuntimeDyldImpl.h249 RuntimeDyld::MemoryManager &MemMgr;
473 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldImpl()
H A DRuntimeDyldMachO.cpp348 RuntimeDyld::MemoryManager &MemMgr, in create()
H A DRuntimeDyldELF.cpp220 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF()
238 RuntimeDyld::MemoryManager &MemMgr, in create()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp280 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 DIRExecutionUnit.h264 class MemoryManager : public llvm::SectionMemoryManager {
266 MemoryManager(IRExecutionUnit &parent);
268 ~MemoryManager() override;
/freebsd-12.1/contrib/llvm/tools/lli/
H A DRemoteJITUtils.h83 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 DRTDyldObjectLinkingLayer.h50 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 DOrcRemoteTargetClient.h60 class RemoteRTDyldMemoryManager : public RuntimeDyld::MemoryManager {
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h25 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM, in RuntimeDyldELFMips()
H A DRuntimeDyldCOFFI386.h27 RuntimeDyldCOFFI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFI386()
H A DRuntimeDyldCOFFX86_64.h58 RuntimeDyldCOFFX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFX86_64()
H A DRuntimeDyldMachOI386.h26 RuntimeDyldMachOI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOI386()
H A DRuntimeDyldMachOX86_64.h26 RuntimeDyldMachOX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOX86_64()
H A DRuntimeDyldCOFFThumb.h47 RuntimeDyldCOFFThumb(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFThumb()
H A DRuntimeDyldMachOARM.h29 RuntimeDyldMachOARM(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOARM()
H A DRuntimeDyldMachOAArch64.h26 RuntimeDyldMachOAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOAArch64()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp125 RuntimeDyld::MemoryManager *MemMgr = nullptr; in emit()
H A DOrcCBindingsStack.h288 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr, in addIRModule()