| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITMemoryManagerTest.cpp | 46 EXPECT_FALSE(MemMgr->finalizeMemory(&Error)); in TEST() 79 EXPECT_FALSE(MemMgr->finalizeMemory(&Error)); in TEST() 114 EXPECT_FALSE(MemMgr->finalizeMemory(&Error)); in TEST()
|
| H A D | MCJITCAPITest.cpp | 55 static_cast<SectionMemoryManager*>(object)->finalizeMemory(&errMsgString); in roundTripFinalizeMemory()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | ExecutableFileMemoryManager.cpp | 83 bool ExecutableFileMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory() function in llvm::bolt::ExecutableFileMemoryManager 86 return SectionMemoryManager::finalizeMemory(ErrMsg); in finalizeMemory()
|
| /llvm-project-15.0.7/llvm/tools/lli/ |
| H A D | ForwardingMemoryManager.h | 65 bool finalizeMemory(std::string *ErrMsg = nullptr) override { 66 return MemMgr->finalizeMemory(ErrMsg);
|
| /llvm-project-15.0.7/bolt/include/bolt/Rewrite/ |
| H A D | ExecutableFileMemoryManager.h | 72 bool finalizeMemory(std::string *ErrMsg = nullptr) override;
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/ |
| H A D | SectionMemoryManager.h | 141 bool finalizeMemory(std::string *ErrMsg = nullptr) override;
|
| H A D | RuntimeDyld.h | 170 virtual bool finalizeMemory(std::string *ErrMsg = nullptr) = 0;
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.h | 77 bool finalizeMemory(std::string *ErrMsg = nullptr) override;
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 347 bool finalizeMemory(std::string *ErrMsg) override; 387 bool SimpleBindingMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory() function in __anon37a441510111::SimpleBindingMemoryManager
|
| H A D | SectionMemoryManager.cpp | 149 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory() function in llvm::SectionMemoryManager
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 289 bool finalizeMemory(std::string *ErrMsg) override { in finalizeMemory() function
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.cpp | 203 bool EPCGenericRTDyldMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory() function in llvm::orc::EPCGenericRTDyldMemoryManager
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 1248 if (SharedThis->MemMgr.finalizeMemory(&ErrMsg)) in finalizeAsync() 1422 MemMgr.finalizeMemory(); in finalizeWithMemoryManagerLocking()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 254 MemMgr->finalizeMemory(); in finalizeLoadedModules()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MCJITDesignAndImplementation.rst | 176 Finally, MCJIT calls the memory manager's finalizeMemory method. In this
|
| /llvm-project-15.0.7/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 222 bool finalizeMemory(std::string *ErrMsg) override { return false; } in finalizeMemory() function in TrivialMemoryManager
|