Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp47 EXPECT_FALSE(MemMgr->finalizeMemory(&Error)); in TEST()
80 EXPECT_FALSE(MemMgr->finalizeMemory(&Error)); in TEST()
115 EXPECT_FALSE(MemMgr->finalizeMemory(&Error)); in TEST()
DMCJITCAPITest.cpp56 static_cast<SectionMemoryManager*>(object)->finalizeMemory(&errMsgString); in roundTripFinalizeMemory()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp47 EXPECT_FALSE(MemMgr->finalizeMemory(&Error)); in TEST()
80 EXPECT_FALSE(MemMgr->finalizeMemory(&Error)); in TEST()
115 EXPECT_FALSE(MemMgr->finalizeMemory(&Error)); in TEST()
DMCJITCAPITest.cpp56 static_cast<SectionMemoryManager*>(object)->finalizeMemory(&errMsgString); in roundTripFinalizeMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
DRemoteJITUtils.h125 bool finalizeMemory(std::string *ErrMsg = nullptr) override {
126 return MemMgr->finalizeMemory(ErrMsg);
/external/llvm/tools/lli/
DRemoteJITUtils.h125 bool finalizeMemory(std::string *ErrMsg = nullptr) override {
126 return MemMgr->finalizeMemory(ErrMsg);
/external/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h74 bool finalizeMemory(std::string *ErrMsg = nullptr) override;
DRuntimeDyld.h171 virtual bool finalizeMemory(std::string *ErrMsg = nullptr) = 0;
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp41 bool finalizeMemory(std::string *ErrMsg = nullptr) override { in finalizeMemory() function in __anon88ac58c50111::SectionMemoryManagerWrapper
43 return SectionMemoryManager::finalizeMemory(ErrMsg); in finalizeMemory()
DObjectTransformLayerTest.cpp307 bool finalizeMemory(std::string *) override { return false; } in TEST() function in __anon445023b50111::TEST::NullManager
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h143 bool finalizeMemory(std::string *ErrMsg = nullptr) override;
DRuntimeDyld.h151 virtual bool finalizeMemory(std::string *ErrMsg = nullptr) = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp42 bool finalizeMemory(std::string *ErrMsg = nullptr) override { in finalizeMemory() function in __anonf4f037d00111::SectionMemoryManagerWrapper
44 return SectionMemoryManager::finalizeMemory(ErrMsg); in finalizeMemory()
DObjectTransformLayerTest.cpp281 bool finalizeMemory(std::string *) override { return false; } in TEST() function in __anonbfa7154d0111::TEST::NullManager
/external/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()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp334 bool finalizeMemory(std::string *ErrMsg) override;
374 bool SimpleBindingMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory() function in __anonc117752e0111::SimpleBindingMemoryManager
DSectionMemoryManager.cpp125 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) in finalizeMemory() function in llvm::SectionMemoryManager
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h90 bool finalizeMemory(std::string *ErrMsg = nullptr) override {
105 return ClientMM->finalizeMemory(ErrMsg);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp337 bool finalizeMemory(std::string *ErrMsg) override;
377 bool SimpleBindingMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory() function in __anonff9ef5c60111::SimpleBindingMemoryManager
DSectionMemoryManager.cpp141 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) { in finalizeMemory() function in llvm::SectionMemoryManager
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h119 bool finalizeMemory(std::string *ErrMsg = nullptr) override {
134 return ClientMM->finalizeMemory(ErrMsg);
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp247 MemMgr->finalizeMemory(); in finalizeLoadedModules()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp157 bool finalizeMemory(std::string *ErrMsg) override { return false; } in finalizeMemory() function in TrivialMemoryManager
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp162 bool finalizeMemory(std::string *ErrMsg) override { return false; } in finalizeMemory() function in TrivialMemoryManager
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp249 MemMgr->finalizeMemory(); in finalizeLoadedModules()

12