Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DUtilityFunction.cpp62 lldb::ThreadSP thread_to_use_sp, Status &error) { in MakeFunctionCaller() argument
88 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangFunctionCaller.cpp66 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() argument
74 thread_to_use_sp); in CompileFunction()
DClangFunctionCaller.h132 unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h100 virtual unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,