Home
last modified time | relevance | path

Searched refs:getInlinedAt (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugLoc.cpp39 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 DDebugInfoMetadata.cpp110 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 DDebugInfo.cpp204 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 DPseudoProbePrinter.cpp33 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe()
47 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
H A DDbgEntityHistoryCalculator.cpp468 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
479 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
H A DDwarfDebug.cpp263 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 DDwarfCompileUnit.cpp543 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 DMIRFSDiscriminator.cpp58 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in getCallStackHash()
H A DRemoveRedundantDebugValues.cpp93 MI.getDebugLoc()->getInlinedAt()); in reduceDbgValsForwardScan()
164 MI.getDebugLoc()->getInlinedAt()); in reduceDbgValsBackwardScan()
H A DLiveDebugVariables.cpp516 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 DLexicalScopes.cpp133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h62 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 DDebugLoc.h82 DILocation *getInlinedAt() const;
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp146 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 DIRBindings.cpp66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation()
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp391 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 DInstrRefBasedImpl.h713 MI.getDebugLoc()->getInlinedAt()); in defVar()
730 MI.getDebugLoc()->getInlinedAt()); in defVar()
759 Var.getInlinedAt()); in considerOverlaps()
H A DInstrRefBasedImpl.cpp411 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 DSampleProfileProbe.cpp54 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; in getCallStackHash()
64 InlinedAt = InlinedAt->getInlinedAt(); in getCallStackHash()
H A DSampleContextTracker.cpp490 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in getContextFor()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProf.cpp252 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineAdvisor.cpp433 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 Dllvm-dis.cpp87 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp338 if (I.getDebugLoc().getInlinedAt()) in collectDebugInfoMetadata()
577 if (I.getDebugLoc().getInlinedAt()) in checkDebugInfoMetadata()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DADCE.cpp441 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes()

12