Home
last modified time | relevance | path

Searched refs:finalizeMemory (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h65 bool finalizeMemory(std::string *ErrMsg = nullptr) override {
66 return MemMgr->finalizeMemory(ErrMsg);
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h142 bool finalizeMemory(std::string *ErrMsg = nullptr) override;
H A DRuntimeDyld.h170 virtual bool finalizeMemory(std::string *ErrMsg = nullptr) = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h78 bool finalizeMemory(std::string *ErrMsg = nullptr) override;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp347 bool finalizeMemory(std::string *ErrMsg) override;
387 bool SimpleBindingMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory() function in __anon2e2260210111::SimpleBindingMemoryManager
H A DSectionMemoryManager.cpp148 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory() function in llvm::SectionMemoryManager
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h296 bool finalizeMemory(std::string *ErrMsg) override { in finalizeMemory() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp204 bool EPCGenericRTDyldMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory() function in llvm::orc::EPCGenericRTDyldMemoryManager
H A DOrcV2CBindings.cpp1103 bool finalizeMemory(std::string *ErrMsg) override { in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks() function in LLVMOrcCreateRTDyldObjectLinkingLayerWithMCJITMemoryManagerLikeCallbacks::MCJITMemoryManagerLikeCallbacksMemMgr
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1258 if (SharedThis->MemMgr.finalizeMemory(&ErrMsg)) in finalizeAsync()
1432 MemMgr.finalizeMemory(); in finalizeWithMemoryManagerLocking()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp253 MemMgr->finalizeMemory(); in finalizeLoadedModules()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp222 bool finalizeMemory(std::string *ErrMsg) override { return false; } in finalizeMemory() function in TrivialMemoryManager