/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 35 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc 37 return get()->getScope(); in getScope() 109 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last); in appendInlinedAt() 123 auto *Scope = cast<DIScope>(getScope()); in print()
|
D | DebugInfoMetadata.cpp | 90 DIScope *S = LocA->getScope(); in getMergedLocation() 94 S = S->getScope(); in getMergedLocation() 96 S = L->getScope(); in getMergedLocation() 101 S = LocB->getScope(); in getMergedLocation() 106 S = S->getScope(); in getMergedLocation() 108 S = L->getScope(); in getMergedLocation() 116 S = LocA->getScope(); in getMergedLocation() 215 DIScope *DIScope::getScope() const { in getScope() function in DIScope 217 return T->getScope(); in getScope() 220 return SP->getScope(); in getScope() [all …]
|
D | DebugInfo.cpp | 83 processScope(GV->getScope()); in processCompileUnit() 100 processScope(NS->getScope()); in processCompileUnit() 102 processScope(M->getScope()); in processCompileUnit() 120 processScope(Loc->getScope()); in processLocation() 127 processScope(DT->getScope()); in processType() 166 processScope(LB->getScope()); in processScope() 168 processScope(NS->getScope()); in processScope() 170 processScope(M->getScope()); in processScope() 177 processScope(SP->getScope()); in processSubprogram() 209 processScope(DV->getScope()); in processDeclare() [all …]
|
D | DIBuilder.cpp | 927 assert(DL->getScope()->getSubprogram() == in insertDeclare() 928 VarInfo->getScope()->getSubprogram() && in insertDeclare() 949 assert(DL->getScope()->getSubprogram() == in insertDbgValueIntrinsic() 950 VarInfo->getScope()->getSubprogram() && in insertDbgValueIntrinsic() 970 assert(DL->getScope()->getSubprogram() == in insertLabel() 971 LabelInfo->getScope()->getSubprogram() && in insertLabel()
|
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/ |
D | no-unused-vars.ts | 112 const scope = context.getScope(); 123 const childScope = context.getScope(); 125 context.getScope().upper, 176 const variable = context.getScope().set.get(node.id.name); 330 let scope = context.getScope();
|
D | no-redeclare.ts | 258 const scope = context.getScope(); 271 const scope = context.getScope();
|
D | prefer-regexp-exec.ts | 29 const globalScope = context.getScope();
|
D | no-empty-interface.ts | 80 const scope = context.getScope();
|
D | no-loop-func.ts | 51 const references = context.getScope().through;
|
D | prefer-includes.ts | 36 const globalScope = context.getScope();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 414 DIScope *getScope() const; 628 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function 794 getScope(), getBaseType(), getSizeInBits(), in cloneImpl() 940 getScope(), getBaseType(), getSizeInBits(), in cloneImpl() 1435 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() function 1450 DIFile *getFile() const { return getScope()->getFile(); } in getFile() 1451 StringRef getFilename() const { return getScope()->getFilename(); } in getFilename() 1452 StringRef getDirectory() const { return getScope()->getDirectory(); } in getDirectory() 1453 Optional<StringRef> getSource() const { return getScope()->getSource(); } in getSource() 1462 return getScope(); in getInlinedAtScope() [all …]
|
D | DebugLoc.h | 95 MDNode *getScope() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 124 DILocalScope *Scope = DL->getScope(); in findLexicalScope() 170 Parent = getOrCreateLexicalScope(Block->getScope()); in getOrCreateRegularScope() 198 Parent = getOrCreateInlinedScope(Block->getScope(), InlinedAt); in getOrCreateInlinedScope() 221 Parent = getOrCreateAbstractScope(Block->getScope()); in getOrCreateAbstractScope()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMemoryLegalizer.cpp | 154 SIAtomicScope getScope() const { in getScope() function in __anon5d11fbd30111::SIMemOpInfo 1145 Changed |= CC->enableLoadCacheBypass(MI, MOI.getScope(), in expandLoad() 1150 Changed |= CC->insertWait(MI, MOI.getScope(), in expandLoad() 1158 Changed |= CC->insertWait(MI, MOI.getScope(), in expandLoad() 1163 Changed |= CC->insertCacheInvalidate(MI, MOI.getScope(), in expandLoad() 1189 Changed |= CC->insertWait(MI, MOI.getScope(), in expandStore() 1226 Changed |= CC->insertWait(MI, MOI.getScope(), in expandAtomicFence() 1235 Changed |= CC->insertCacheInvalidate(MI, MOI.getScope(), in expandAtomicFence() 1256 Changed |= CC->insertWait(MI, MOI.getScope(), in expandAtomicCmpxchgOrRmw() 1267 Changed |= CC->insertWait(MI, MOI.getScope(), in expandAtomicCmpxchgOrRmw() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 428 collectLiveScopes(cast<DILocalScope>(*LS.getScope())); in collectLiveScopes() 438 collectLiveScopes(*DL.getScope()); in collectLiveScopes() 518 if (AliveScopes.count(DII->getDebugLoc()->getScope())) in removeDeadInstructions() 543 if (AliveScopes.count(DII->getDebugLoc()->getScope())) in removeDeadInstructions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProf.cpp | 172 return (DIL->getLine() - DIL->getScope()->getSubprogram()->getLine()) & in getOffset() 185 PrevDIL->getScope()->getSubprogram()->getLinkageName())); in findFunctionSamples()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.cpp | 102 if (Sym->hasName() && Sym->getScope() != Scope::Local) { in notifyResolved() 108 if (Sym->getScope() == Scope::Default) in notifyResolved() 215 if (Sym->getScope() == Scope::Local) in computeNamedSymbolDependencies() 224 if (TargetSym.getScope() != Scope::Local) in computeNamedSymbolDependencies()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DebugLoc.h | 85 MDNode *getScope() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 274 getInlineSite(OuterIA, InlinedAt->getScope()->getSubprogram()) in getInlineSite() 315 Scope = Scope->getScope(); in getQualifiedNameComponents() 351 const DIScope *Scope = Ty->getScope(); in getFullyQualifiedName() 386 const DIScope *Scope = SP->getScope(); in getFuncIdForSubprogram() 479 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram(); in recordLocalVariable() 501 const DIScope *Scope = DL.get()->getScope(); in maybeRecordLocation() 531 getInlineSite(SiteLoc, Loc->getScope()->getSubprogram()).SiteFuncId; in maybeRecordLocation() 537 getInlineSite(SiteLoc, Loc->getScope()->getSubprogram()); in maybeRecordLocation() 1005 FuncName = getFullyQualifiedName(SP->getScope(), SP->getName()); in emitDebugInfoForFunction() 1313 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo() [all …]
|
D | DwarfCompileUnit.cpp | 130 auto *GVContext = GV->getScope(); in getOrCreateGlobalVariableDIE() 143 DeclContext = SDMDecl->getScope(); in getOrCreateGlobalVariableDIE() 154 DeclContext = GV->getScope(); in getOrCreateGlobalVariableDIE() 315 DIE *ContextDIE = getOrCreateContextDIE(CB->getScope()); in getOrCreateCommonBlock() 322 addGlobalName(Name, NDie, CB->getScope()); in getOrCreateCommonBlock() 889 ContextDIE = getOrCreateContextDIE(SP->getScope()); in constructAbstractSubprogramScopeDIE() 1297 auto *Context = SPDecl ? SPDecl->getScope() : SP->getScope(); in applySubprogramAttributesToDefinition()
|
D | DwarfDebug.cpp | 920 if (isa<DILocalScope>(N->getScope())) in constructAndAddImportedEntityDIE() 922 if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope())) in constructAndAddImportedEntityDIE() 1012 return !isa<DILocalScope>(IE->getScope()); in beginModule() 1370 if (DL->getScope() == PredDL->getScope()) in validThroughout() 1571 Scope = LScopes.findInlinedScope(LocalVar->getScope(), IA); in collectEntityInfo() 1573 Scope = LScopes.findLexicalScope(LocalVar->getScope()); in collectEntityInfo() 1642 Label->getScope()->getNonLexicalBlockFileScope(); in collectEntityInfo() 1666 Scope = LScopes.findLexicalScope(DV->getScope()); in collectEntityInfo() 1668 Scope = LScopes.findLexicalScope(DL->getScope()); in collectEntityInfo() 1709 const MDNode *Scope = DL.getScope(); in beginInstruction() [all …]
|
D | DwarfUnit.cpp | 634 auto *Context = Ty->getScope(); in createTypeDIE() 696 auto *Context = Ty->getScope(); in getOrCreateTypeDIE() 743 if (const DIScope *S = Context->getScope()) in getParentContextString() 1090 DIE *ContextDIE = getOrCreateContextDIE(NS->getScope()); in getOrCreateNameSpace() 1102 addGlobalName(Name, NDie, NS->getScope()); in getOrCreateNameSpace() 1111 DIE *ContextDIE = getOrCreateContextDIE(M->getScope()); in getOrCreateModule() 1119 addGlobalName(M->getName(), MDie, M->getScope()); in getOrCreateModule() 1137 Minimal ? &getUnitDie() : getOrCreateContextDIE(SP->getScope()); in getOrCreateSubprogramDIE() 1429 auto *Context = CTy->getScope(); in constructEnumTypeDIE() 1578 DIE *ContextDIE = getOrCreateContextDIE(DT->getScope()); in getOrCreateStaticMemberDIE()
|
/third_party/node/deps/npm/lib/install/ |
D | audit.js | 174 function getScope (name) { function 179 const scope = getScope(name)
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource6.js | 45 public getScope(): SymbolScope { 268 EnclosingScopeContext.prototype.getScope = function () { method in EnclosingScopeContext
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.h | 151 static Scope getScope(StringRef Name, uint8_t Type);
|