| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | PseudoProbePrinter.cpp | 33 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local 34 while (InlinedAt) { in emitPseudoProbe() 35 auto Name = InlinedAt->getSubprogramLinkageName(); in emitPseudoProbe() 41 InlinedAt->getDiscriminator()); in emitPseudoProbe() 43 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
|
| H A D | CodeViewDebug.cpp | 235 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite() argument 241 if (const DILocation *OuterIA = InlinedAt->getInlinedAt()) in getInlineSite() 249 InlinedAt->getLine(), InlinedAt->getColumn(), SMLoc()); in getInlineSite() 254 if (InlinedAt->getInlinedAt() == nullptr) in getInlineSite() 491 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local 494 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable() 1207 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local 1208 auto I = FI.InlineSites.find(InlinedAt); in emitDebugInfoForFunction() 1211 emitInlinedCallSite(FI, InlinedAt, I->second); in emitDebugInfoForFunction() 1453 const DILocation *InlinedAt = IV.second; in collectVariableInfo() local [all …]
|
| H A D | DwarfDebug.h | 74 const DILocation *InlinedAt; variable 80 : Entity(N), InlinedAt(IA), SubclassID(ID) {} in DbgEntity() 86 const DILocation *getInlinedAt() const { return InlinedAt; } in getInlinedAt()
|
| H A D | CodeViewDebug.h | 259 InlineSite &getInlineSite(const DILocation *InlinedAt, 375 void emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt,
|
| H A D | DbgEntityHistoryCalculator.cpp | 153 if (const DILocation *InlinedAt = Entity.second) { in trimLocationRanges() local 154 Scope = LScopes.findInlinedScope(LocalVar->getScope(), InlinedAt); in trimLocationRanges()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfileProbe.cpp | 56 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; in getCallStackHash() local 57 while (InlinedAt) { in getCallStackHash() 58 Hash ^= MD5Hash(std::to_string(InlinedAt->getLine())); in getCallStackHash() 59 Hash ^= MD5Hash(std::to_string(InlinedAt->getColumn())); in getCallStackHash() 60 auto Name = InlinedAt->getSubprogramLinkageName(); in getCallStackHash() 62 InlinedAt = InlinedAt->getInlinedAt(); in getCallStackHash()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LexicalScopes.cpp | 189 const DILocation *InlinedAt) { in getOrCreateInlinedScope() argument 192 std::pair<const DILocalScope *, const DILocation *> P(Scope, InlinedAt); in getOrCreateInlinedScope() 199 Parent = getOrCreateInlinedScope(Block->getScope(), InlinedAt); in getOrCreateInlinedScope() 201 Parent = getOrCreateLexicalScope(InlinedAt); in getOrCreateInlinedScope() 205 std::forward_as_tuple(Parent, Scope, InlinedAt, false)) in getOrCreateInlinedScope()
|
| H A D | LiveDebugVariables.cpp | 713 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() local 714 if (InlinedAt) { in printExtendedName() 715 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName()
|
| H A D | AssignmentTrackingAnalysis.cpp | 1658 DILocation *InlinedAt = const_cast<DILocation *>(V.getInlinedAt()); in processUntaggedInstruction() local 1660 Fn.getContext(), 0, 0, V.getVariable()->getScope(), InlinedAt); in processUntaggedInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 110 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local 111 InlinedAt.File = IAFile; in recordInlinedCallSiteId() 112 InlinedAt.Line = IALine; in recordInlinedCallSiteId() 113 InlinedAt.Col = IACol; in recordInlinedCallSiteId() 118 Info->InlinedAt = InlinedAt; in recordInlinedCallSiteId() 123 InlinedAt = Info->InlinedAt; in recordInlinedCallSiteId() 125 Info->InlinedAtMap[FuncId] = InlinedAt; in recordInlinedCallSiteId()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 110 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt() argument 114 DILocation *Last = InlinedAt; in appendInlinedAt()
|
| H A D | DebugInfo.cpp | 158 DILocation *InlinedAt = DeclareLoc.getInlinedAt(); in getDebugValueLoc() local 163 return DILocation::get(DII->getContext(), 0, 0, Scope, InlinedAt); in getDebugValueLoc() 170 DILocation *InlinedAt = DeclareLoc.getInlinedAt(); in getDebugValueLoc() local 175 return DILocation::get(DPV->getContext(), 0, 0, Scope, InlinedAt); in getDebugValueLoc() 729 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local 734 Scope, InlinedAt); in getReplacementMDLocation() 875 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local 877 InlinedAt = remap(InlinedAt); in stripNonLineTableDebugInfo() 879 Scope, InlinedAt); in stripNonLineTableDebugInfo() 1200 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation() argument [all …]
|
| H A D | DebugInfoMetadata.cpp | 43 InlinedAt(DII->getDebugLoc().getInlinedAt()) {} in DebugVariable() 48 InlinedAt(DPV->getDebugLoc().getInlinedAt()) {} in DebugVariable() 78 Metadata *InlinedAt, bool ImplicitCode, in getImpl() argument 86 InlinedAt, ImplicitCode))) in getImpl() 96 if (InlinedAt) in getImpl() 97 Ops.push_back(InlinedAt); in getImpl() 176 DILocation *InlinedAt) -> DILocation * { in getMergedLocation() argument 179 InlinedAt); in getMergedLocation() 213 return DILocation::get(C, Line, Col, Scope, InlinedAt); in getMergedLocation()
|
| H A D | LLVMContextImpl.h | 318 Metadata *InlinedAt; 322 Metadata *InlinedAt, bool ImplicitCode) 323 : Line(Line), Column(Column), Scope(Scope), InlinedAt(InlinedAt), 327 InlinedAt(L->getRawInlinedAt()), ImplicitCode(L->isImplicitCode()) {} 331 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt() && 336 return hash_combine(Line, Column, Scope, InlinedAt, ImplicitCode);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugLoc.h | 75 static DebugLoc appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt,
|
| H A D | DebugInfoMetadata.h | 1928 (Line, Column, Scope, InlinedAt, ImplicitCode)) 1931 DILocation *InlinedAt = nullptr, 1933 (Line, Column, Scope, InlinedAt, ImplicitCode)) 3814 const DILocation *InlinedAt; 3826 const DILocation *InlinedAt) 3827 : Variable(Var), Fragment(FragmentInfo), InlinedAt(InlinedAt) {} 3830 const DILocation *InlinedAt) 3833 InlinedAt(InlinedAt) {} 3837 const DILocation *getInlinedAt() const { return InlinedAt; } 3848 return std::tie(Variable, Fragment, InlinedAt) == [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 114 LineInfo InlinedAt; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LexicalScopes.h | 215 const DILocation *InlinedAt);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 441 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt() argument
|
| H A D | CGClass.cpp | 1649 llvm::MDNode *InlinedAt; member in __anonea8bd9340411::DeclAsInlineDebugLocation 1657 InlinedAt = DI->getInlinedAt(); in DeclAsInlineDebugLocation() 1666 DI->setInlinedAt(InlinedAt); in ~DeclAsInlineDebugLocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 473 LLVMMetadataRef InlinedAt);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 2349 MDNode *InlinedAt = nullptr; in parseDILocation() local 2396 if (parseMDNode(InlinedAt)) in parseDILocation() 2399 if (parseDILocation(InlinedAt)) in parseDILocation() 2403 if (!isa<DILocation>(InlinedAt)) in parseDILocation() 2440 InlinedAt, ImplicitCode); in parseDILocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 1405 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local 1409 DebugVariable V(Var, Expr, InlinedAt); in transferDebugValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 1423 Metadata *InlinedAt = getMDOrNull(Record[4]); in parseOneMetadata() local 1426 GET_OR_DISTINCT(DILocation, (Context, Line, Column, Scope, InlinedAt, in parseOneMetadata()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1635 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, in inlineDebugLoc() argument 1638 auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes); in inlineDebugLoc()
|