Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp33 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
34 while (InlinedAt) { in emitPseudoProbe()
35 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in emitPseudoProbe()
45 InlinedAt->getDiscriminator()); in emitPseudoProbe()
47 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
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.cpp234 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite() argument
236 auto SiteInsertion = CurFn->InlineSites.insert({InlinedAt, InlineSite()}); in getInlineSite()
240 if (const DILocation *OuterIA = InlinedAt->getInlinedAt()) in getInlineSite()
242 getInlineSite(OuterIA, InlinedAt->getScope()->getSubprogram()) in getInlineSite()
247 Site->SiteFuncId, ParentFuncId, maybeRecordFile(InlinedAt->getFile()), in getInlineSite()
248 InlinedAt->getLine(), InlinedAt->getColumn(), SMLoc()); in getInlineSite()
487 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local
490 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable()
999 const DILocation *InlinedAt, in emitInlinedCallSite() argument
1193 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local
[all …]
H A DCodeViewDebug.h240 InlineSite &getInlineSite(const DILocation *InlinedAt,
356 void emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt,
H A DDbgEntityHistoryCalculator.cpp150 if (const DILocation *InlinedAt = Entity.second) { in trimLocationRanges() local
151 Scope = LScopes.findInlinedScope(LocalVar->getScope(), InlinedAt); in trimLocationRanges()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp54 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; in getCallStackHash() local
55 while (InlinedAt) { in getCallStackHash()
56 Hash ^= MD5Hash(std::to_string(InlinedAt->getLine())); in getCallStackHash()
57 Hash ^= MD5Hash(std::to_string(InlinedAt->getColumn())); in getCallStackHash()
58 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in getCallStackHash()
64 InlinedAt = InlinedAt->getInlinedAt(); in getCallStackHash()
/openbsd-src/gnu/llvm/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.cpp712 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() local
713 if (InlinedAt) { in printExtendedName()
714 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName()
H A DAssignmentTrackingAnalysis.cpp1367 DILocation *InlinedAt = const_cast<DILocation *>(V.getInlinedAt()); in processUntaggedInstruction() local
1369 Fn.getContext(), 0, 0, V.getVariable()->getScope(), InlinedAt); in processUntaggedInstruction()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp142 DILocation *InlinedAt = DeclareLoc.getInlinedAt(); in getDebugValueLoc() local
147 return DILocation::get(DII->getContext(), 0, 0, Scope, InlinedAt); in getDebugValueLoc()
636 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local
639 MLD->getColumn(), Scope, InlinedAt); in getReplacementMDLocation()
641 Scope, InlinedAt); in getReplacementMDLocation()
783 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local
785 InlinedAt = remap(InlinedAt); in stripNonLineTableDebugInfo()
787 Scope, InlinedAt); in stripNonLineTableDebugInfo()
1106 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation() argument
1108 unwrap(InlinedAt))); in LLVMDIBuilderCreateDebugLocation()
H A DLLVMContextImpl.h319 Metadata *InlinedAt;
323 Metadata *InlinedAt, bool ImplicitCode)
324 : Line(Line), Column(Column), Scope(Scope), InlinedAt(InlinedAt),
328 InlinedAt(L->getRawInlinedAt()), ImplicitCode(L->isImplicitCode()) {}
332 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt() &&
337 return hash_combine(Line, Column, Scope, InlinedAt, ImplicitCode);
H A DDebugInfoMetadata.cpp42 InlinedAt(DII->getDebugLoc().getInlinedAt()) {} in DebugVariable()
68 Metadata *InlinedAt, bool ImplicitCode, in getImpl() argument
76 InlinedAt, ImplicitCode))) in getImpl()
86 if (InlinedAt) in getImpl()
87 Ops.push_back(InlinedAt); in getImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugLoc.h75 static DebugLoc appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt,
H A DDebugInfoMetadata.h1615 Metadata *InlinedAt, bool ImplicitCode,
1619 DILocation *InlinedAt, bool ImplicitCode,
1622 static_cast<Metadata *>(InlinedAt), ImplicitCode, Storage,
1639 Metadata *InlinedAt = nullptr, bool ImplicitCode = false),
1640 (Line, Column, Scope, InlinedAt, ImplicitCode))
1643 DILocation *InlinedAt = nullptr,
1645 (Line, Column, Scope, InlinedAt, ImplicitCode))
3730 const DILocation *InlinedAt;
3741 const DILocation *InlinedAt)
3742 : Variable(Var), Fragment(FragmentInfo), InlinedAt(InlinedAt) {}
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h114 LineInfo InlinedAt; member
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h215 const DILocation *InlinedAt);
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h419 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt() argument
H A DCGClass.cpp1655 llvm::MDNode *InlinedAt; member in __anonda710d950411::DeclAsInlineDebugLocation
1663 InlinedAt = DI->getInlinedAt(); in DeclAsInlineDebugLocation()
1672 DI->setInlinedAt(InlinedAt); in ~DeclAsInlineDebugLocation()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c322 LLVMMetadataRef InlinedAt) { in llvm_dibuild_create_debug_location() argument
324 Scope, InlinedAt); in llvm_dibuild_create_debug_location()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h472 LLVMMetadataRef InlinedAt);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2306 MDNode *InlinedAt = nullptr; in parseDILocation() local
2353 if (parseMDNode(InlinedAt)) in parseDILocation()
2356 if (parseDILocation(InlinedAt)) in parseDILocation()
2360 if (!isa<DILocation>(InlinedAt)) in parseDILocation()
2397 InlinedAt, ImplicitCode); in parseDILocation()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1381 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
1385 DebugVariable V(Var, Expr, InlinedAt); in transferDebugValue()
1590 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugInstrRef() local
1594 DebugVariable V(Var, Expr, InlinedAt); in transferDebugInstrRef()
H A DVarLocBasedImpl.cpp1405 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
1409 DebugVariable V(Var, Expr, InlinedAt); in transferDebugValue()

12