| /llvm-project/llvm/test/CodeGen/SPIRV/ |
| H A D | fence.ll | 4 ; CHECK-DAG: OpName %[[#GetScope:]] "_Z8getScopev" 19 ; CHECK: %[[#ScopeId:]] = OpFunctionCall %[[#Long]] %[[#GetScope]]
|
| /llvm-project/lldb/source/Symbol/ |
| H A D | VariableList.cpp | 93 if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) { in FindVariable() 134 if ((*pos)->GetScope() == type) { in AppendVariablesWithScope()
|
| H A D | SymbolContext.cpp | 270 switch (variable->GetScope()) { in GetDescription()
|
| /llvm-project/lldb/source/API/ |
| H A D | SBBlock.cpp | 259 switch (variable_sp->GetScope()) { in GetVariables() 314 switch (variable_sp->GetScope()) { in GetVariables()
|
| H A D | SBFrame.cpp | 826 switch (variable_sp->GetScope()) { in GetVariables()
|
| /llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Variable.h | 66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
|
| /llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 432 switch (var_sp->GetScope()) { in ScopeRequested() 486 if (!var->NameMatches(regex) || !ScopeRequested(var->GetScope())) in DoExecute() 645 if (!ScopeRequested(var_sp->GetScope())) in DoExecute()
|
| H A D | CommandObjectWatchpoint.cpp | 927 if (var_sp->GetScope() == eValueTypeVariableLocal) in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 744 switch (var_sp->GetScope()) { in DumpValueObject()
|
| /llvm-project/flang/include/flang/Semantics/ |
| H A D | tools.h | 555 const Scope &scope{DEREF(derived.GetScope())}; in ENUM_CLASS() 574 const Scope &GetScope() const { in ENUM_CLASS()
|
| H A D | type.h | 278 const Scope *GetScope() const;
|
| /llvm-project/flang/lib/Lower/ |
| H A D | ConvertType.cpp | 380 const Fortran::semantics::Scope &derivedScope = DEREF(tySpec.GetScope()); in genDerivedType() 659 const Fortran::semantics::Scope *scope = currentParentType->GetScope();
|
| H A D | ConvertVariable.cpp | 419 declTy->derivedTypeSpec().GetScope(); in genDefaultInitializerValue()
|
| H A D | Bridge.cpp | 304 DEREF(info.typeSpec.GetScope()); in createTypeInfoOp()
|
| /llvm-project/lldb/source/Core/ |
| H A D | ValueObjectVariable.cpp | |
| /llvm-project/flang/lib/Semantics/ |
| H A D | type.cpp | 41 const Scope *DerivedTypeSpec::GetScope() const { in GetScope() 40 const Scope *DerivedTypeSpec::GetScope() const { GetScope() function in Fortran::semantics::DerivedTypeSpec
|
| H A D | resolve-directives.cpp | 30 static Fortran::semantics::Scope *GetScope( in GetScope() 2691 Scope *scope = GetScope(context, x.value()); in CheckAllNamesInAllocateStmt() 27 static Fortran::semantics::Scope *GetScope( GetScope() function
|
| H A D | tools.cpp | 1350 const Scope &scope{deepest.GetScope()};
|
| /llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 7257 auto GetScope = [](IntrinsicInst *II) { in verifyTBAABaseNodeImpl() 7265 auto Compare = [GetScope](IntrinsicInst *Lhs, IntrinsicInst *Rhs) { in verifyTBAABaseNodeImpl() 7266 return GetScope(Lhs) < GetScope(Rhs); in verifyTBAABaseNodeImpl() 7275 auto CurScope = GetScope(*ItCurrent); in verifyTBAABaseNodeImpl() 7280 GetScope(*ItNext) == CurScope); in verifyTBAABaseNodeImpl() 7065 auto GetScope = [](IntrinsicInst *II) { verifyNoAliasScopeDecl() local
|