Searched refs:finalizeMemory (Results 1 - 14 of 14) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h35 /// MCJIT::finalizeObject or by calling SectionMemoryManager::finalizeMemory
74 bool finalizeMemory(std::string *ErrMsg = nullptr) override;
82 /// This method is called from finalizeMemory.
H A DRTDyldMemoryManager.h117 virtual bool finalizeMemory(std::string *ErrMsg = nullptr) = 0;
/external/llvm/tools/lli/
H A DRemoteMemoryManager.h85 bool finalizeMemory(std::string *ErrMsg) override;
H A DRemoteMemoryManager.cpp151 bool RemoteMemoryManager::finalizeMemory(std::string *ErrMsg) { function in class:RemoteMemoryManager
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMemoryManagerTest.cpp48 EXPECT_FALSE(MemMgr->finalizeMemory(&Error));
81 EXPECT_FALSE(MemMgr->finalizeMemory(&Error));
116 EXPECT_FALSE(MemMgr->finalizeMemory(&Error));
H A DMCJITCAPITest.cpp56 static_cast<SectionMemoryManager*>(object)->finalizeMemory(&errMsgString);
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h74 bool finalizeMemory(std::string *ErrMsg = nullptr) override {
75 return ClientMM->finalizeMemory(ErrMsg);
H A DSectionMemoryManager.cpp105 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg) function in class:llvm::SectionMemoryManager
H A DMCJIT.cpp228 MemMgr.finalizeMemory();
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp365 bool finalizeMemory(std::string *ErrMsg) override;
405 bool SimpleBindingMemoryManager::finalizeMemory(std::string *ErrMsg) { function in class:__anon25839::SimpleBindingMemoryManager
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h339 virtual bool finalizeMemory(std::string *ErrMsg) { function in class:lldb_private::IRExecutionUnit::MemoryManager
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp102 bool finalizeMemory(std::string *ErrMsg) override { return false; }
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp523 bool finalizeMemory(std::string *ErrMsg) override {
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp151 virtual bool finalizeMemory(std::string *ErrMsg) { return false; } function in class:__anon26479::RecordingJITMemoryManager

Completed in 3740 milliseconds