Home
last modified time | relevance | path

Searched refs:InlinedAt (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp33 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 DCodeViewDebug.cpp235 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 DDwarfDebug.h74 const DILocation *InlinedAt; variable
80 : Entity(N), InlinedAt(IA), SubclassID(ID) {} in DbgEntity()
86 const DILocation *getInlinedAt() const { return InlinedAt; } in getInlinedAt()
H A DCodeViewDebug.h259 InlineSite &getInlineSite(const DILocation *InlinedAt,
375 void emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt,
H A DDbgEntityHistoryCalculator.cpp153 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 DSampleProfileProbe.cpp56 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 DLexicalScopes.cpp189 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 DLiveDebugVariables.cpp713 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() local
714 if (InlinedAt) { in printExtendedName()
715 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName()
H A DAssignmentTrackingAnalysis.cpp1658 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 DMCCodeView.cpp110 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 DDebugLoc.cpp110 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt() argument
114 DILocation *Last = InlinedAt; in appendInlinedAt()
H A DDebugInfo.cpp158 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 DDebugInfoMetadata.cpp43 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 DLLVMContextImpl.h318 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 DDebugLoc.h75 static DebugLoc appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt,
H A DDebugInfoMetadata.h1928 (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 DMCCodeView.h114 LineInfo InlinedAt; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h215 const DILocation *InlinedAt);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h441 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt() argument
H A DCGClass.cpp1649 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 DDebugInfo.h473 LLVMMetadataRef InlinedAt);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2349 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 DVarLocBasedImpl.cpp1405 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 DMetadataLoader.cpp1423 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 DInlineFunction.cpp1635 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, in inlineDebugLoc() argument
1638 auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes); in inlineDebugLoc()

12