Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp426 if (target->GetInjectLocalVariables(&exe_ctx)) { in GetText()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h245 bool GetInjectLocalVariables(ExecutionContext *exe_ctx) const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4235 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables() function in TargetProperties