/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 47 unsigned ParentScope; member 62 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {} in GotoScope() 74 void BuildScopeInformation(Decl *D, unsigned &ParentScope); 76 unsigned &ParentScope); 117 assert(Scopes[B].ParentScope < B); in GetDeepestCommonScope() 118 B = Scopes[B].ParentScope; in GetDeepestCommonScope() 120 assert(Scopes[A].ParentScope < A); in GetDeepestCommonScope() 121 A = Scopes[A].ParentScope; in GetDeepestCommonScope() 216 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation() argument 220 Scopes.push_back(GotoScope(ParentScope, Diags.first, Diags.second, in BuildScopeInformation() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 47 unsigned ParentScope; member 62 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {} in GotoScope() 76 void BuildScopeInformation(Decl *D, unsigned &ParentScope); 78 unsigned &ParentScope); 79 void BuildScopeInformation(CompoundLiteralExpr *CLE, unsigned &ParentScope); 121 assert(Scopes[B].ParentScope < B); in GetDeepestCommonScope() 122 B = Scopes[B].ParentScope; in GetDeepestCommonScope() 124 assert(Scopes[A].ParentScope < A); in GetDeepestCommonScope() 125 A = Scopes[A].ParentScope; in GetDeepestCommonScope() 224 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation() argument [all …]
|
/external/llvm-project/clang/lib/CodeGen/ |
D | VarBypassDetector.cpp | 25 unsigned ParentScope = 0; in Init() local 26 AlwaysBypassed = !BuildScopeInformation(Body, ParentScope); in Init() 35 unsigned &ParentScope) { in BuildScopeInformation() argument 38 Scopes.push_back({ParentScope, VD}); in BuildScopeInformation() 39 ParentScope = Scopes.size() - 1; in BuildScopeInformation() 44 return BuildScopeInformation(Init, ParentScope); in BuildScopeInformation() 59 unsigned &ParentScope = in BuildScopeInformation() local 71 if (!BuildScopeInformation(Init, ParentScope)) in BuildScopeInformation() 76 if (!BuildScopeInformation(Var, ParentScope)) in BuildScopeInformation() 83 FromScopes.push_back({S, ParentScope}); in BuildScopeInformation() [all …]
|
D | VarBypassDetector.h | 62 bool BuildScopeInformation(const Decl *D, unsigned &ParentScope);
|
/external/llvm/test/tools/llvm-readobj/ |
D | codeview-merging.test | 26 OBJ1-NEXT: ParentScope: 0x0 32 OBJ1-NEXT: ParentScope: 0x0 40 OBJ2-NEXT: ParentScope: 0x0 47 OBJ2-NEXT: ParentScope: 0x0 55 CHECK-NEXT: ParentScope: 0x0 61 CHECK-NEXT: ParentScope: 0x0
|
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
D | codeview-merging.test | 35 OBJ1-NEXT: ParentScope: 0x0 41 OBJ1-NEXT: ParentScope: 0x0 49 OBJ2-NEXT: ParentScope: 0x0 56 OBJ2-NEXT: ParentScope: 0x0 102 CHECK-NEXT: ParentScope: 0x0 108 CHECK-NEXT: ParentScope: 0x0
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeInlineSiteSymbol.cpp | 84 TypeIndex ParentScope = FRecord.getParentScope(); in getName() local 85 if (!ParentScope.isNoneType()) { in getName() 86 QualifiedName.append(std::string(Ids.getTypeName(ParentScope))); in getName()
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-inlinees.s | 234 # ParentScope: 0x0 246 # ParentScope: 0x0 271 # ParentScope: 0x0
|
D | pdb-inlinees-extrafiles.s | 236 # ParentScope: 0x0 248 # ParentScope: 0x0 273 # ParentScope: 0x0
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | inlining.ll | 93 ; ASM: .long 0x0 # ParentScope 99 ; ASM: .long 0x0 # ParentScope 118 ; OBJ: ParentScope: 0x0 124 ; OBJ: ParentScope: 0x0 130 ; OBJ: ParentScope: 0x0
|
D | types-calling-conv.ll | 119 ; CHECK: ParentScope: 0x0 134 ; CHECK: ParentScope: 0x0 149 ; CHECK: ParentScope: 0x0 164 ; CHECK: ParentScope: 0x0
|
D | function-options.ll | 71 ; CHECK: ParentScope: 0x0 109 ; CHECK: ParentScope: 0x0 145 ; CHECK: ParentScope: 0x0 182 ; CHECK: ParentScope: 0x0 207 ; CHECK: ParentScope: 0x0 269 ; CHECK: ParentScope: 0x0 284 ; CHECK: ParentScope: 0x0 322 ; CHECK: ParentScope: 0x0 337 ; CHECK: ParentScope: 0x0 373 ; CHECK: ParentScope: 0x0
|
D | inlining-same-name.ll | 9 ; CHECK-NEXT: ParentScope: 0x0
|
/external/llvm/test/DebugInfo/COFF/ |
D | inlining.ll | 97 ; ASM: # ParentScope: 0x0 107 ; ASM: # ParentScope: 0x0 131 ; OBJ: ParentScope: 0x0 137 ; OBJ: ParentScope: 0x0 143 ; OBJ: ParentScope: 0x0
|
D | types-calling-conv.ll | 107 ; CHECK: ParentScope: 0x0 122 ; CHECK: ParentScope: 0x0 137 ; CHECK: ParentScope: 0x0 152 ; CHECK: ParentScope: 0x0
|
D | inlining-same-name.ll | 8 ; CHECK-NEXT: ParentScope: 0x0
|
/external/llvm-project/llvm/test/MC/COFF/ |
D | cv-loc-unreachable.s | 169 # ParentScope: 0x0 180 # ParentScope: 0x0
|
D | cv-loc-unreachable-2.s | 162 # ParentScope: 0x0 173 # ParentScope: 0x0
|
D | cv-def-range-align.s | 153 # ParentScope: 0x0
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 715 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() argument 716 : TypeRecord(TypeRecordKind::FuncId), ParentScope(ParentScope), in FuncIdRecord() 726 TypeIndex getParentScope() const { return ParentScope; } in getParentScope() 734 TypeIndex ParentScope; member 739 TypeIndex ParentScope; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 619 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() argument 620 : TypeRecord(TypeRecordKind::FuncId), ParentScope(ParentScope), in FuncIdRecord() 623 TypeIndex getParentScope() const { return ParentScope; } in getParentScope() 627 TypeIndex ParentScope; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 613 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() argument 614 : TypeRecord(TypeRecordKind::FuncId), ParentScope(ParentScope), in FuncIdRecord() 617 TypeIndex getParentScope() const { return ParentScope; } in getParentScope() 621 TypeIndex ParentScope; variable
|
/external/llvm-project/lld/test/COFF/Inputs/ |
D | pdb-global-constants-b.s | 146 # ParentScope: 0x0
|
D | pdb-global-constants-a.s | 156 # ParentScope: 0x0
|
/external/llvm-project/lldb/test/Shell/ObjectFile/PDB/ |
D | object.test | 258 ParentScope: 0
|