/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/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/Target/AMDGPU/ |
D | SIMemoryLegalizer.cpp | 154 SIAtomicScope getScope() const { in getScope() function in __anonb35996f20111::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/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/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-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()
|
D | DebugHandlerBase.cpp | 233 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction())) { in beginFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DebugLoc.h | 85 MDNode *getScope() const;
|
/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/include/llvm/CodeGen/ |
D | LexicalScopes.h | 209 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()
|
/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);
|
D | MachOLinkGraphBuilder.cpp | 66 Scope MachOLinkGraphBuilder::getScope(StringRef Name, uint8_t Type) { in getScope() function in llvm::jitlink::MachOLinkGraphBuilder 277 getLinkage(Type), getScope(*Name, Type)); in createNormalizedSymbols()
|
D | EHFrameSupport.cpp | 609 Sym->getScope() < CanonicalSym->getScope() || in getOrCreateSymbol()
|
D | JITLink.cpp | 116 switch (Sym.getScope()) { in operator <<()
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource6.ts | 44 public getScope(): SymbolScope { method in EnclosingScopeContext
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1470 Record.push_back(VE.getMetadataID(N->getScope())); in writeDILocation() 1560 Record.push_back(VE.getMetadataOrNullID(N->getScope())); in writeDIDerivedType() 1588 Record.push_back(VE.getMetadataOrNullID(N->getScope())); in writeDICompositeType() 1675 Record.push_back(VE.getMetadataOrNullID(N->getScope())); in writeDISubprogram() 1701 Record.push_back(VE.getMetadataOrNullID(N->getScope())); in writeDILexicalBlock() 1714 Record.push_back(VE.getMetadataOrNullID(N->getScope())); in writeDILexicalBlockFile() 1726 Record.push_back(VE.getMetadataOrNullID(N->getScope())); in writeDICommonBlock() 1740 Record.push_back(VE.getMetadataOrNullID(N->getScope())); in writeDINamespace() 1813 Record.push_back(VE.getMetadataOrNullID(N->getScope())); in writeDIGlobalVariable() 1847 Record.push_back(VE.getMetadataOrNullID(N->getScope())); in writeDILocalVariable() [all …]
|