Home
last modified time | relevance | path

Searched refs:GetScope (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariableList.cpp93 if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) { in FindVariable()
134 if ((*pos)->GetScope() == type) { in AppendVariablesWithScope()
H A DSymbolContext.cpp269 switch (variable->GetScope()) { in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp260 switch (variable_sp->GetScope()) { in GetVariables()
315 switch (variable_sp->GetScope()) { in GetVariables()
H A DSBFrame.cpp825 switch (variable_sp->GetScope()) { in GetVariables()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp409 switch (var_sp->GetScope()) { in GetScopeString()
463 if (!var->NameMatches(regex) || !ScopeRequested(var->GetScope())) in findUniqueRegexMatches()
622 if (!ScopeRequested(var_sp->GetScope())) in DoExecute()
H A DCommandObjectWatchpoint.cpp927 if (var_sp->GetScope() == eValueTypeVariableLocal) in DoExecute()
H A DCommandObjectTarget.cpp744 switch (var_sp->GetScope()) { in DumpValueObject()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp126 return m_variable_sp->GetScope(); in GetValueType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp7084 auto GetScope = [](IntrinsicInst *II) { in verifyNoAliasScopeDecl() local
7092 auto Compare = [GetScope](IntrinsicInst *Lhs, IntrinsicInst *Rhs) { in verifyNoAliasScopeDecl()
7093 return GetScope(Lhs) < GetScope(Rhs); in verifyNoAliasScopeDecl()
7102 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl()
7107 GetScope(*ItNext) == CurScope); in verifyNoAliasScopeDecl()