Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp256 switch (variable->GetScope()) { in GetDescription()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBlock.cpp250 switch (variable_sp->GetScope()) { in GetVariables()
305 switch (variable_sp->GetScope()) { in GetVariables()
H A DSBFrame.cpp819 switch (variable_sp->GetScope()) { in GetVariables()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectVariable.cpp122 return m_variable_sp->GetScope(); in GetValueType()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp458 switch (var_sp->GetScope()) { in GetScopeString()
626 switch (var_sp->GetScope()) { in DoExecute()
H A DCommandObjectTarget.cpp744 switch (var_sp->GetScope()) { in DumpValueObject()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp6317 auto GetScope = [](IntrinsicInst *II) { in verifyNoAliasScopeDecl() local
6325 auto Compare = [GetScope](IntrinsicInst *Lhs, IntrinsicInst *Rhs) { in verifyNoAliasScopeDecl()
6326 return GetScope(Lhs) < GetScope(Rhs); in verifyNoAliasScopeDecl()
6335 auto CurScope = GetScope(*ItCurrent); in verifyNoAliasScopeDecl()
6340 GetScope(*ItNext) == CurScope); in verifyNoAliasScopeDecl()