| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 40 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc 42 return get()->getInlinedAt(); in getInlinedAt() 79 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() 115 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print()
|
| H A D | DebugInfoMetadata.cpp | 109 for (DILocation *L = LocA->getInlinedAt(); L; L = L->getInlinedAt()) in getMergedLocation() 113 DILocation *L = LocA->getInlinedAt(); in getMergedLocation() 119 L = L->getInlinedAt(); in getMergedLocation() 124 L = LocB->getInlinedAt(); in getMergedLocation() 131 L = L->getInlinedAt(); in getMergedLocation()
|
| H A D | DebugInfo.cpp | 205 processLocation(M, Loc->getInlinedAt()); in processLocation() 619 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() 766 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() 1064 return wrap(unwrapDI<DILocation>(Location)->getInlinedAt()); in LLVMDILocationGetInlinedAt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | PseudoProbePrinter.cpp | 31 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() 42 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
|
| H A D | DbgEntityHistoryCalculator.cpp | 469 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory() 480 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
|
| H A D | DwarfDebug.cpp | 266 assert(getInlinedAt() == DbgValue->getDebugLoc()->getInlinedAt() && in initializeDbgValue() 297 assert(V.getInlinedAt() == getInlinedAt() && "conflicting inlined-at location"); in addMMIEntry() 569 assert(!Scope->getInlinedAt()); in constructAbstractSubprogramScopeDIE() 1525 InlinedEntity Var(VI.Var, VI.Loc->getInlinedAt()); in collectVariableInfoFromMFTable()
|
| H A D | DwarfCompileUnit.cpp | 512 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) && in constructScopeDIE() 658 const DILocation *IA = Scope->getInlinedAt(); in constructInlinedScopeDIE() 1047 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
|
| H A D | DwarfDebug.h | 86 const DILocation *getInlinedAt() const { return InlinedAt; } in getInlinedAt() function
|
| H A D | CodeViewDebug.cpp | 247 if (const DILocation *OuterIA = InlinedAt->getInlinedAt()) in getInlineSite() 485 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() 532 if (const DILocation *SiteLoc = DL->getInlinedAt()) { in maybeRecordLocation() 542 while ((SiteLoc = Loc->getInlinedAt())) { in maybeRecordLocation() 1190 Processed.insert(InlinedEntity(VI.Var, VI.Loc->getInlinedAt())); in collectVariableInfoFromMFTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRFSDiscriminator.cpp | 56 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in getCallStackHash()
|
| H A D | RemoveRedundantDebugValues.cpp | 94 MI.getDebugLoc()->getInlinedAt()); in reduceDbgValsForwardScan() 168 MI->getDebugLoc()->getInlinedAt()); in reduceDbgValsBackwardScan()
|
| H A D | LiveDebugVariables.cpp | 520 return Label == L && dl->getInlinedAt() == IA && loc == Index; in matches() 691 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() 715 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() 780 DebugVariable ID(Var, Fragment, DL->getInlinedAt()); in getUserValue() 910 if (L->matches(Label, DL->getInlinedAt(), Idx)) { in handleDebugLabel() 1184 if (!dl.getInlinedAt()) in computeIntervals()
|
| H A D | LexicalScopes.cpp | 133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 82 DILocation *getInlinedAt() const;
|
| H A D | DebugInfoMetadata.h | 1611 DILocation *getInlinedAt() const { in getInlinedAt() function 1634 if (auto *IA = getInlinedAt()) in getInlinedAtScope() 2199 getInlinedAt()); in cloneWithDiscriminator() 3625 const DILocation *getInlinedAt() const { return InlinedAt; } 3665 return hash_combine(D.getVariable(), HV, D.getInlinedAt());
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProf.cpp | 226 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 408 MI.getDebugLoc()->getInlinedAt()), in VarLoc() 704 if (Var.getInlinedAt()) in dump() 705 Out << "!" << Var.getInlinedAt()->getMetadataID() << ")\n"; in dump() 1069 DoErase({Var.getVariable(), FragmentHolder, Var.getInlinedAt()}); in erase() 1289 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() 1805 MI.getDebugLoc()->getInlinedAt()); in accumulateFragmentMap() 1985 if (MI.getDebugLoc()->getInlinedAt()) in isEntryValueCandidate() 2032 MI.getDebugLoc()->getInlinedAt()); in recordEntryValue()
|
| H A D | InstrRefBasedImpl.cpp | 761 const_cast<DILocation *>(Var.getInlinedAt())); in emitLoc() 913 MI.getDebugLoc()->getInlinedAt()); in defVar() 928 MI.getDebugLoc()->getInlinedAt()); in defVar() 1179 if (Var.getInlinedAt()) in isEntryValueVariable() 1232 MI.getDebugLoc()->getInlinedAt()); in redefVar() 1260 MI.getDebugLoc()->getInlinedAt()); in redefVar() 1749 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() 1810 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugInstrRef() 2370 MI.getDebugLoc()->getInlinedAt()); in accumulateFragmentMap() 3453 A->getDebugLoc()->getInlinedAt()); in emitLocations() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfileProbe.cpp | 55 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; in getCallStackHash() 65 InlinedAt = InlinedAt->getInlinedAt(); in getCallStackHash()
|
| H A D | SampleContextTracker.cpp | 431 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in getContextFor()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineAdvisor.cpp | 390 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in getCallSiteLocation() 419 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in addLocationToRemarks()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 81 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 328 if (I.getDebugLoc().getInlinedAt()) in collectDebugInfoMetadata() 563 if (I.getDebugLoc().getInlinedAt()) in checkDebugInfoMetadata()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ADCE.cpp | 442 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes()
|