Home
last modified time | relevance | path

Searched refs:PrepareForExecution (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/include/lldb/Expression/
DExpressionParser.h123 PrepareForExecution(lldb::addr_t &func_addr, lldb::addr_t &func_end,
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Druntime.h53 absl::Status PrepareForExecution();
Dapi.cc269 RETURN_IF_ERROR(runtime->PrepareForExecution()); in NewRun()
Druntime.cc354 absl::Status Runtime::PrepareForExecution() { in PrepareForExecution() function in tflite::gpu::gl::Runtime
Dapi2.cc605 RETURN_IF_ERROR(runtime_ptr->PrepareForExecution()); in Build()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.h117 PrepareForExecution(lldb::addr_t &func_addr, lldb::addr_t &func_end,
DClangUtilityFunction.cpp122 Status jit_error = parser.PrepareForExecution( in Install()
DClangUserExpression.cpp655 Status jit_error = parser.PrepareForExecution( in Parse()
DClangExpressionParser.cpp1310 lldb_private::Status ClangExpressionParser::PrepareForExecution( in PrepareForExecution() function in ClangExpressionParser
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp83 Status jit_error(m_parser->PrepareForExecution( in WriteFunctionWrapper()