Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h262 bool GetUseDIL(ExecutionContext *exe_ctx) const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp517 bool use_DIL = exe_ctx.GetTargetRef().GetUseDIL(&exe_ctx); in GetValueForVariableExpressionPath()
H A DTarget.cpp4418 bool TargetProperties::GetUseDIL(ExecutionContext *exe_ctx) const { in GetUseDIL() function in TargetProperties