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.cpp605 Status jit_error = m_parser->PrepareForExecution( in TryParse() local
609 if (!jit_error.Success()) { in TryParse()
610 const char *error_cstr = jit_error.AsCString(); in TryParse()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp97 Status jit_error(m_parser->PrepareForExecution( in WriteFunctionWrapper() local
101 if (!jit_error.Success()) { in WriteFunctionWrapper()
104 jit_error.AsCString()); in WriteFunctionWrapper()