Home
last modified time | relevance | path

Searched refs:jit_error (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp139 Status jit_error = parser.PrepareForExecution( in Install() local
163 if (jit_error.Success()) { in Install()
166 const char *error_cstr = jit_error.AsCString(); in Install()
H A DClangUserExpression.cpp606 Status jit_error = m_parser->PrepareForExecution( in TryParse() local
610 if (!jit_error.Success()) { in TryParse()
611 const char *error_cstr = jit_error.AsCString(); in TryParse()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp98 Status jit_error(m_parser->PrepareForExecution( in WriteFunctionWrapper() local
102 if (!jit_error.Success()) { in WriteFunctionWrapper()
105 jit_error.AsCString()); in WriteFunctionWrapper()