Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp141 Status jit_error = parser.PrepareForExecution( in Install() local
165 if (jit_error.Success()) { in Install()
168 const char *error_cstr = jit_error.AsCString(); in Install()
H A DClangUserExpression.cpp607 Status jit_error = m_parser->PrepareForExecution( in TryParse() local
611 if (!jit_error.Success()) { in TryParse()
612 const char *error_cstr = jit_error.AsCString(); in TryParse()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp99 Status jit_error(m_parser->PrepareForExecution( in WriteFunctionWrapper() local
103 if (!jit_error.Success()) { in WriteFunctionWrapper()
106 jit_error.AsCString()); in WriteFunctionWrapper()