| /netbsd-src/external/apache2/llvm/dist/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() 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 D | PseudoProbePrinter.cpp | 56 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() 68 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() 1537 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() 1038 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
|
| 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()
|
| H A D | DwarfDebug.h | 86 const DILocation *getInlinedAt() const { return InlinedAt; } in getInlinedAt() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MIRFSDiscriminator.cpp | 54 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in getCallStackHash()
|
| H A D | LiveDebugVariables.cpp | 517 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 D | LexicalScopes.cpp | 133 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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() 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 D | InstrRefBasedImpl.cpp | 761 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | IRBindings.cpp | 66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | SampleProf.cpp | 234 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InlineAdvisor.cpp | 387 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 D | llvm-dis.cpp | 74 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 328 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 D | ADCE.cpp | 442 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes()
|