Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp40 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 DDebugInfoMetadata.cpp109 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 DDebugInfo.cpp205 processLocation(M, Loc->getInlinedAt()); in processLocation()
585 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation()
732 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo()
1028 return wrap(unwrapDI<DILocation>(Location)->getInlinedAt()); in LLVMDILocationGetInlinedAt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp56 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe()
68 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
H A DDbgEntityHistoryCalculator.cpp469 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
480 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
H A DDwarfDebug.cpp266 assert(getInlinedAt() == DbgValue->getDebugLoc()->getInlinedAt() && in initializeDbgValue()
297 assert(V.getInlinedAt() == getInlinedAt() && "conflicting inlined-at location"); in addMMIEntry()
569 assert(!Scope->getInlinedAt()); in constructAbstractSubprogramScopeDIE()
1537 InlinedEntity Var(VI.Var, VI.Loc->getInlinedAt()); in collectVariableInfoFromMFTable()
H A DDwarfCompileUnit.cpp512 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) && in constructScopeDIE()
658 const DILocation *IA = Scope->getInlinedAt(); in constructInlinedScopeDIE()
1038 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
H A DCodeViewDebug.cpp247 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()
H A DDwarfDebug.h86 const DILocation *getInlinedAt() const { return InlinedAt; } in getInlinedAt() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp54 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in getCallStackHash()
H A DLiveDebugVariables.cpp517 return Label == L && dl->getInlinedAt() == IA && loc == Index; in matches()
656 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc()
680 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName()
745 DebugVariable ID(Var, Fragment, DL->getInlinedAt()); in getUserValue()
871 if (L->matches(Label, DL->getInlinedAt(), Idx)) { in handleDebugLabel()
H A DLexicalScopes.cpp133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugLoc.h82 DILocation *getInlinedAt() const;
H A DDebugInfoMetadata.h1611 DILocation *getInlinedAt() const { in getInlinedAt() function
1634 if (auto *IA = getInlinedAt()) in getInlinedAtScope()
2197 getInlinedAt()); in cloneWithDiscriminator()
3622 const DILocation *getInlinedAt() const { return InlinedAt; }
3662 return hash_combine(D.getVariable(), HV, D.getInlinedAt());
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp761 const_cast<DILocation *>(Var.getInlinedAt())); in emitLoc()
913 MI.getDebugLoc()->getInlinedAt()); in defVar()
928 MI.getDebugLoc()->getInlinedAt()); in defVar()
1161 MI.getDebugLoc()->getInlinedAt()); in redefVar()
1189 MI.getDebugLoc()->getInlinedAt()); in redefVar()
1288 const_cast<DILocation *>(Var.getInlinedAt())); in emitMOLoc()
1596 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue()
1655 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugInstrRef()
2077 MI.getDebugLoc()->getInlinedAt()); in accumulateFragmentMap()
3156 A->getDebugLoc()->getInlinedAt()); in emitLocations()
[all …]
H A DVarLocBasedImpl.cpp408 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()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A DIRBindings.cpp66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp234 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp55 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; in getCallStackHash()
65 InlinedAt = InlinedAt->getInlinedAt(); in getCallStackHash()
H A DSampleContextTracker.cpp431 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in getContextFor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineAdvisor.cpp387 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in getCallSiteLocation()
416 for (DILocation *DIL = DLoc.get(); DIL; DIL = DIL->getInlinedAt()) { in addLocationToRemarks()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp74 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp328 if (I.getDebugLoc().getInlinedAt()) in collectDebugInfoMetadata()
563 if (I.getDebugLoc().getInlinedAt()) in checkDebugInfoMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DADCE.cpp442 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes()

12