Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionSourceCode.cpp375 if (target->GetInjectLocalVariables(&exe_ctx)) { in GetText()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h212 bool GetInjectLocalVariables(ExecutionContext *exe_ctx) const;
/external/llvm-project/lldb/source/Target/
DTarget.cpp3724 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables() function in TargetProperties