Home
last modified time | relevance | path

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

/llvm-project/llvm/test/CodeGen/SPIRV/
H A Dfence.ll4 ; CHECK-DAG: OpName %[[#GetScope:]] "_Z8getScopev"
19 ; CHECK: %[[#ScopeId:]] = OpFunctionCall %[[#Long]] %[[#GetScope]]
/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.cpp270 switch (variable->GetScope()) { in GetDescription()
/llvm-project/lldb/source/API/
H A DSBBlock.cpp259 switch (variable_sp->GetScope()) { in GetVariables()
314 switch (variable_sp->GetScope()) { in GetVariables()
H A DSBFrame.cpp826 switch (variable_sp->GetScope()) { in GetVariables()
/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp432 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 DCommandObjectWatchpoint.cpp927 if (var_sp->GetScope() == eValueTypeVariableLocal) in DoExecute()
H A DCommandObjectTarget.cpp744 switch (var_sp->GetScope()) { in DumpValueObject()
/llvm-project/flang/include/flang/Semantics/
H A Dtools.h555 const Scope &scope{DEREF(derived.GetScope())}; in ENUM_CLASS()
574 const Scope &GetScope() const { in ENUM_CLASS()
H A Dtype.h278 const Scope *GetScope() const;
/llvm-project/flang/lib/Lower/
H A DConvertType.cpp380 const Fortran::semantics::Scope &derivedScope = DEREF(tySpec.GetScope()); in genDerivedType()
659 const Fortran::semantics::Scope *scope = currentParentType->GetScope();
H A DConvertVariable.cpp419 declTy->derivedTypeSpec().GetScope(); in genDefaultInitializerValue()
H A DBridge.cpp304 DEREF(info.typeSpec.GetScope()); in createTypeInfoOp()
/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp
/llvm-project/flang/lib/Semantics/
H A Dtype.cpp41 const Scope *DerivedTypeSpec::GetScope() const { in GetScope()
40 const Scope *DerivedTypeSpec::GetScope() const { GetScope() function in Fortran::semantics::DerivedTypeSpec
H A Dresolve-directives.cpp30 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 Dtools.cpp1350 const Scope &scope{deepest.GetScope()};
/llvm-project/llvm/lib/IR/
H A DVerifier.cpp7257 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