Home
last modified time | relevance | path

Searched refs:thread_to_use_sp (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDUtilityFunction.cpp62 lldb::ThreadSP thread_to_use_sp, Status &error) { in MakeFunctionCaller() argument
88 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangFunctionCaller.cpp66 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() argument
74 thread_to_use_sp); in CompileFunction()
HDClangFunctionCaller.h133 unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDFunctionCaller.h100 virtual unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,