Home
last modified time | relevance | path

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

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