/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugLoc.cpp | 40 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc 42 return get()->getInlinedAt(); in getInlinedAt() 91 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() 98 if (ReplaceLast && !IA->getInlinedAt()) in appendInlinedAt() 129 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print()
|
D | DebugInfoMetadata.cpp | 87 for (DILocation *L = LocA->getInlinedAt(); L; L = L->getInlinedAt()) in getMergedLocation() 91 DILocation *L = LocA->getInlinedAt(); in getMergedLocation() 97 L = L->getInlinedAt(); in getMergedLocation() 102 L = LocB->getInlinedAt(); in getMergedLocation() 109 L = L->getInlinedAt(); in getMergedLocation()
|
D | DebugInfo.cpp | 121 processLocation(M, Loc->getInlinedAt()); in processLocation() 497 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() 642 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() 904 return wrap(unwrapDI<DILocation>(Location)->getInlinedAt()); in LLVMDILocationGetInlinedAt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 62 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function 209 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProf.cpp | 182 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DebugLoc.h | 86 DILocation *getInlinedAt() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 193 MI.getDebugLoc()->getInlinedAt()), in VarLoc() 386 if (Var.getInlinedAt()) in dump() 387 dbgs() << "!" << Var.getInlinedAt()->getMetadataID() << ")\n"; in dump() 643 DoErase({Var.getVariable(), FragmentHolder, Var.getInlinedAt()}); in erase() 784 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() 1215 MI.getDebugLoc()->getInlinedAt()); in accumulateFragmentMap() 1411 if (MI.getDebugLoc()->getInlinedAt()) in isEntryValueCandidate() 1462 MI.getDebugLoc()->getInlinedAt()); in recordEntryValue()
|
D | LiveDebugVariables.cpp | 210 return Var == Variable && Expr == Expression && dl->getInlinedAt() == IA; in match() 382 return Label == L && dl->getInlinedAt() == IA && loc == Index; in match() 503 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() 527 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() 592 if (UV->match(Var, Expr, DL->getInlinedAt())) in getUserValue() 687 if (L->match(Label, DL->getInlinedAt(), Idx)) { in handleDebugLabel()
|
D | LexicalScopes.cpp | 132 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope()
|
D | MachineSink.cpp | 431 MI.getDebugLoc()->getInlinedAt()); in ProcessDbgInst()
|
D | MachineInstr.cpp | 1768 if (auto *InlinedAt = debugLoc->getInlinedAt()) { in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugLoc.h | 96 DILocation *getInlinedAt() const;
|
D | DebugInfoMetadata.h | 1437 DILocation *getInlinedAt() const { in getInlinedAt() function 1460 if (auto *IA = getInlinedAt()) in getInlinedAtScope() 1988 getInlinedAt()); in cloneWithDiscriminator() 3297 const DILocation *getInlinedAt() const { return InlinedAt; } 3337 return hash_combine(D.getVariable(), HV, D.getInlinedAt());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 250 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory() 261 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
|
D | DwarfDebug.cpp | 264 assert(getInlinedAt() == DbgValue->getDebugLoc()->getInlinedAt() && in initializeDbgValue() 295 assert(V.getInlinedAt() == getInlinedAt() && "conflicting inlined-at location"); in addMMIEntry() 522 assert(!Scope->getInlinedAt()); in constructAbstractSubprogramScopeDIE() 1317 InlinedEntity Var(VI.Var, VI.Loc->getInlinedAt()); in collectVariableInfoFromMFTable()
|
D | DwarfCompileUnit.cpp | 430 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) && in constructScopeDIE() 547 const DILocation *IA = Scope->getInlinedAt(); in constructInlinedScopeDIE() 832 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
|
D | DwarfDebug.h | 88 const DILocation *getInlinedAt() const { return InlinedAt; } in getInlinedAt() function
|
D | CodeViewDebug.cpp | 272 if (const DILocation *OuterIA = InlinedAt->getInlinedAt()) in getInlineSite() 477 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() 525 if (const DILocation *SiteLoc = DL->getInlinedAt()) { in maybeRecordLocation() 535 while ((SiteLoc = Loc->getInlinedAt())) { in maybeRecordLocation() 1155 Processed.insert(InlinedEntity(VI.Var, VI.Loc->getInlinedAt())); in collectVariableInfoFromMFTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 345 DVI->getDebugLoc()->getInlinedAt()); in removeRedundantDbgInstrsUsingBackwardScan() 392 DVI->getDebugLoc()->getInlinedAt()); in removeRedundantDbgInstrsUsingForwardScan()
|
D | InlineFunction.cpp | 1402 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 441 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes()
|
D | LICM.cpp | 1707 I.setDebugLoc(DebugLoc::get(0, 0, DL.getScope(), DL.getInlinedAt())); in hoist()
|
D | GVN.cpp | 1233 I->setDebugLoc(DebugLoc::get(0, 0, DL.getScope(), DL.getInlinedAt())); in PerformLoadPRE()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.cpp | 384 pending.diLocation->getInlinedAt())); in emitPending()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1471 Record.push_back(VE.getMetadataOrNullID(N->getInlinedAt())); in writeDILocation() 3230 Vals.push_back(VE.getMetadataOrNullID(DL->getInlinedAt())); in writeFunction()
|