| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 39 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc 41 return get()->getInlinedAt(); in getInlinedAt() 78 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() 114 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print()
|
| H A D | DebugInfoMetadata.cpp | 110 for (DILocation *L = LocA->getInlinedAt(); L; L = L->getInlinedAt()) in getMergedLocation() 114 DILocation *L = LocA->getInlinedAt(); in getMergedLocation() 120 L = L->getInlinedAt(); in getMergedLocation() 125 L = LocB->getInlinedAt(); in getMergedLocation() 132 L = L->getInlinedAt(); in getMergedLocation()
|
| H A D | DebugInfo.cpp | 204 processLocation(M, Loc->getInlinedAt()); in processLocation() 617 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() 764 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() 1069 return wrap(unwrapDI<DILocation>(Location)->getInlinedAt()); in LLVMDILocationGetInlinedAt()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | PseudoProbePrinter.cpp | 33 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() 47 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
|
| H A D | DbgEntityHistoryCalculator.cpp | 468 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory() 479 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
|
| H A D | DwarfDebug.cpp | 263 assert(getInlinedAt() == DbgValue->getDebugLoc()->getInlinedAt() && in initializeDbgValue() 294 assert(V.getInlinedAt() == getInlinedAt() && "conflicting inlined-at location"); in addMMIEntry() 566 assert(!Scope->getInlinedAt()); in constructAbstractSubprogramScopeDIE() 1519 InlinedEntity Var(VI.Var, VI.Loc->getInlinedAt()); in collectVariableInfoFromMFTable()
|
| H A D | DwarfCompileUnit.cpp | 543 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) && in constructScopeDIE() 670 const DILocation *IA = Scope->getInlinedAt(); in constructInlinedScopeDIE() 1023 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MIRFSDiscriminator.cpp | 58 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in getCallStackHash()
|
| H A D | RemoveRedundantDebugValues.cpp | 93 MI.getDebugLoc()->getInlinedAt()); in reduceDbgValsForwardScan() 164 MI.getDebugLoc()->getInlinedAt()); in reduceDbgValsBackwardScan()
|
| H A D | LiveDebugVariables.cpp | 516 return Label == L && dl->getInlinedAt() == IA && loc == Index; in matches() 687 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() 711 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() 776 DebugVariable ID(Var, Fragment, DL->getInlinedAt()); in getUserValue() 903 if (L->matches(Label, DL->getInlinedAt(), Idx)) { in handleDebugLabel() 1177 if (!dl.getInlinedAt()) in computeIntervals()
|
| H A D | LexicalScopes.cpp | 133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | LexicalScopes.h | 62 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function 206 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 82 DILocation *getInlinedAt() const;
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | LexicalScopesTest.cpp | 146 EXPECT_EQ(FuncScope->getInlinedAt(), nullptr); in TEST_F() 229 EXPECT_EQ(InlinedScope->getInlinedAt(), InlinedLoc.getInlinedAt()); in TEST_F() 242 EXPECT_EQ(AbstractScope.getInlinedAt(), nullptr); in TEST_F()
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | IRBindings.cpp | 66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 391 MI.getDebugLoc()->getInlinedAt()), in VarLoc() 685 if (Var.getInlinedAt()) in dump() 686 Out << "!" << Var.getInlinedAt()->getMetadataID() << ")\n"; in dump() 1069 DoErase({Var.getVariable(), FragmentHolder, Var.getInlinedAt()}); in erase() 1327 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() 1848 MI.getDebugLoc()->getInlinedAt()); in accumulateFragmentMap() 2034 if (MI.getDebugLoc()->getInlinedAt()) in isEntryValueCandidate() 2081 MI.getDebugLoc()->getInlinedAt()); in recordEntryValue()
|
| H A D | InstrRefBasedImpl.h | 713 MI.getDebugLoc()->getInlinedAt()); in defVar() 730 MI.getDebugLoc()->getInlinedAt()); in defVar() 759 Var.getInlinedAt()); in considerOverlaps()
|
| H A D | InstrRefBasedImpl.cpp | 411 if (Var.getInlinedAt()) in isEntryValueVariable() 464 MI.getDebugLoc()->getInlinedAt()); in redefVar() 492 MI.getDebugLoc()->getInlinedAt()); in redefVar() 649 const_cast<DILocation *>(Var.getInlinedAt())); in emitMOLoc() 861 const_cast<DILocation *>(Var.getInlinedAt())); in emitLoc() 1040 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() 1112 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugInstrRef() 1796 MI.getDebugLoc()->getInlinedAt()); in accumulateFragmentMap() 3136 MI->getDebugLoc()->getInlinedAt()); in emitTransfers()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfileProbe.cpp | 54 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; in getCallStackHash() 64 InlinedAt = InlinedAt->getInlinedAt(); in getCallStackHash()
|
| H A D | SampleContextTracker.cpp | 490 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in getContextFor()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | SampleProf.cpp | 252 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InlineAdvisor.cpp | 433 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in formatCallSiteLocation() 463 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in addLocationToRemarks()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 87 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 338 if (I.getDebugLoc().getInlinedAt()) in collectDebugInfoMetadata() 577 if (I.getDebugLoc().getInlinedAt()) in checkDebugInfoMetadata()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | ADCE.cpp | 441 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes()
|