Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h142 bool finalizeMemory(std::string *ErrMsg = nullptr) override;
DRuntimeDyld.h152 virtual bool finalizeMemory(std::string *ErrMsg = nullptr) = 0;
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp224 virtual bool finalizeMemory(std::string *ErrMsg = 0) { in finalizeMemory() function in DelegatingJITMemoryManager
225 return mgr()->finalizeMemory(ErrMsg); in finalizeMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp336 bool finalizeMemory(std::string *ErrMsg) override;
376 bool SimpleBindingMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory() function in __anon76066d2d0111::SimpleBindingMemoryManager
DSectionMemoryManager.cpp140 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory() function in llvm::SectionMemoryManager
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h118 bool finalizeMemory(std::string *ErrMsg = nullptr) override {
133 return ClientMM->finalizeMemory(ErrMsg);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp1215 if (SharedThis->MemMgr.finalizeMemory(&ErrMsg)) in finalizeAsync()
1379 MemMgr.finalizeMemory(); in finalizeWithMemoryManagerLocking()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp248 MemMgr->finalizeMemory(); in finalizeLoadedModules()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h179 bool finalizeMemory(std::string *ErrMsg = nullptr) override {