| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 41 DILocation *DebugLoc::getInlinedAt() const { in getInlinedAt() function in DebugLoc 43 return get()->getInlinedAt(); in getInlinedAt() 92 while (DILocation *IA = CurInlinedAt->getInlinedAt()) { in appendInlinedAt() 99 if (ReplaceLast && !IA->getInlinedAt()) in appendInlinedAt() 130 if (DebugLoc InlinedAtDL = getInlinedAt()) { in print()
|
| H A D | DebugInfoMetadata.cpp | 85 for (DILocation *L = LocA->getInlinedAt(); L; L = L->getInlinedAt()) in getMergedLocation() 89 DILocation *L = LocA->getInlinedAt(); in getMergedLocation() 95 L = L->getInlinedAt(); in getMergedLocation() 100 L = LocB->getInlinedAt(); in getMergedLocation() 107 L = L->getInlinedAt(); in getMergedLocation()
|
| H A D | DebugInfo.cpp | 122 processLocation(M, Loc->getInlinedAt()); in processLocation() 497 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() 642 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo()
|
| H A D | Verifier.cpp | 4748 if (I.getDebugLoc()->getInlinedAt()) in verifyFnArgs()
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | SampleProf.cpp | 176 for (DIL = DIL->getInlinedAt(); DIL; DIL = DIL->getInlinedAt()) { in findFunctionSamples()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | LexicalScopes.h | 63 const DILocation *getInlinedAt() const { return InlinedAtLocation; } in getInlinedAt() function 210 return DL ? getOrCreateLexicalScope(DL->getScope(), DL->getInlinedAt()) in getOrCreateLexicalScope()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LiveDebugValues.cpp | 117 const DILocation *getInlinedAt() const { return this->second; } in getInlinedAt() function 121 return getInlinedAt() < DV.getInlinedAt(); in operator <() 141 : Var(MI.getDebugVariable(), MI.getDebugLoc()->getInlinedAt()), MI(MI), in VarLoc() 366 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue()
|
| H A D | LiveDebugVariables.cpp | 208 return Var == Variable && Expr == Expression && dl->getInlinedAt() == IA; in match() 439 DebugLoc InlinedAtDL = DL.getInlinedAt(); in printDebugLoc() 454 if (auto *InlinedAt = DL->getInlinedAt()) { in printExtendedName() 507 if (UV->match(Var, Expr, DL->getInlinedAt())) in getUserValue()
|
| H A D | LexicalScopes.cpp | 132 if (auto *IA = DL->getInlinedAt()) { in findLexicalScope()
|
| H A D | MachineInstr.cpp | 1740 if (auto *InlinedAt = debugLoc->getInlinedAt()) { in print()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 87 const DILocation *getInlinedAt() const { return InlinedAt; } in getInlinedAt() function 153 assert(getInlinedAt() == DbgValue->getDebugLoc()->getInlinedAt() && in initializeDbgValue()
|
| H A D | DbgEntityHistoryCalculator.cpp | 251 InlinedEntity Var(RawVar, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory() 268 InlinedEntity L(RawLabel, MI.getDebugLoc()->getInlinedAt()); in calculateDbgEntityHistory()
|
| H A D | DwarfCompileUnit.cpp | 370 assert((Scope->getInlinedAt() || !isa<DISubprogram>(DS)) && in constructScopeDIE() 490 const DILocation *IA = Scope->getInlinedAt(); in constructInlinedScopeDIE() 746 assert(!Scope->getInlinedAt()); in constructSubprogramScopeDIE()
|
| H A D | CodeViewDebug.cpp | 233 if (const DILocation *OuterIA = InlinedAt->getInlinedAt()) in getInlineSite() 438 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() 486 if (const DILocation *SiteLoc = DL->getInlinedAt()) { in maybeRecordLocation() 496 while ((SiteLoc = Loc->getInlinedAt())) { in maybeRecordLocation() 1111 Processed.insert(InlinedEntity(VI.Var, VI.Loc->getInlinedAt())); in collectVariableInfoFromMFTable()
|
| H A D | DwarfDebug.cpp | 258 assert(V.getInlinedAt() == getInlinedAt() && "conflicting inlined-at location"); in addMMIEntry() 485 assert(!Scope->getInlinedAt()); in constructAbstractSubprogramScopeDIE() 1041 InlinedEntity Var(VI.Var, VI.Loc->getInlinedAt()); in collectVariableInfoFromMFTable()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 97 DILocation *getInlinedAt() const;
|
| H A D | DebugInfoMetadata.h | 1483 DILocation *getInlinedAt() const { 1506 if (auto *IA = getInlinedAt()) 2027 getInlinedAt());
|
| /freebsd-12.1/contrib/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 75 if (DILocation *IDL = DL.getInlinedAt()) { in printDebugLoc()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | ADCE.cpp | 440 if (const DILocation *IA = DL.getInlinedAt()) in collectLiveScopes()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 383 llvm::MDNode *getInlinedAt() const { return CurInlinedAt; } in getInlinedAt() function
|
| H A D | CGDebugInfo.cpp | 118 0, 0, DI->LexicalBlockStack.back(), DI->getInlinedAt())); in init() 153 assert((DI.getInlinedAt() == in ApplyInlineDebugLocation() 154 CGF.Builder.getCurrentDebugLocation()->getInlinedAt()) && in ApplyInlineDebugLocation() 3572 setInlinedAt(llvm::DebugLoc(CurInlinedAt).getInlinedAt()); in EmitInlineFunctionEnd()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1371 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1435 Record.push_back(VE.getMetadataOrNullID(N->getInlinedAt())); in writeDILocation() 3132 Vals.push_back(VE.getMetadataOrNullID(DL->getInlinedAt())); in writeFunction()
|