Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp58 lldb::ThreadSP thread_to_use_sp, Status &error) { in MakeFunctionCaller() argument
93 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp67 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() argument
75 thread_to_use_sp); in CompileFunction()
H A DClangFunctionCaller.h134 unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h100 virtual unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,