Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp56 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
57 while (InlinedAt) { in emitPseudoProbe()
58 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in emitPseudoProbe()
66 InlinedAt->getDiscriminator()); in emitPseudoProbe()
68 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
H A DCodeViewDebug.cpp241 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite() argument
243 auto SiteInsertion = CurFn->InlineSites.insert({InlinedAt, InlineSite()}); in getInlineSite()
247 if (const DILocation *OuterIA = InlinedAt->getInlinedAt()) in getInlineSite()
249 getInlineSite(OuterIA, InlinedAt->getScope()->getSubprogram()) in getInlineSite()
254 Site->SiteFuncId, ParentFuncId, maybeRecordFile(InlinedAt->getFile()), in getInlineSite()
255 InlinedAt->getLine(), InlinedAt->getColumn(), SMLoc()); in getInlineSite()
485 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local
488 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable()
918 const DILocation *InlinedAt, in emitInlinedCallSite() argument
1112 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local
[all …]
H A DDwarfDebug.h69 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.h225 InlineSite &getInlineSite(const DILocation *InlinedAt,
337 void emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt,
H A DDbgEntityHistoryCalculator.cpp151 if (const DILocation *InlinedAt = Entity.second) { in trimLocationRanges() local
152 Scope = LScopes.findInlinedScope(LocalVar->getScope(), InlinedAt); in trimLocationRanges()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation() argument
61 InlinedAt ? unwrap<MDNode>(InlinedAt) : nullptr)); in LLVMGoSetCurrentDebugLocation()
66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
71 InlinedAt == nullptr ? nullptr : wrap(InlinedAt->getRawInlinedAt()), in LLVMGoGetCurrentDebugLocation()
H A DIRBindings.h33 LLVMMetadataRef InlinedAt; member
48 LLVMMetadataRef InlinedAt);
H A Ddibuilder.go579 d.m.Context().C, C.uint(l.Line), C.uint(l.Col), l.Scope.C, l.InlinedAt.C)
588 d.m.Context().C, C.uint(l.Line), C.uint(l.Col), l.Scope.C, l.InlinedAt.C)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp55 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; in getCallStackHash() local
56 while (InlinedAt) { in getCallStackHash()
57 Hash ^= MD5Hash(std::to_string(InlinedAt->getLine())); in getCallStackHash()
58 Hash ^= MD5Hash(std::to_string(InlinedAt->getColumn())); in getCallStackHash()
59 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in getCallStackHash()
65 InlinedAt = InlinedAt->getInlinedAt(); in getCallStackHash()
/netbsd-src/external/apache2/llvm/dist/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.cpp680 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() local
681 if (InlinedAt) { in printExtendedName()
682 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local
110 InlinedAt.File = IAFile; in recordInlinedCallSiteId()
111 InlinedAt.Line = IALine; in recordInlinedCallSiteId()
112 InlinedAt.Col = IACol; in recordInlinedCallSiteId()
117 Info->InlinedAt = InlinedAt; in recordInlinedCallSiteId()
122 InlinedAt = Info->InlinedAt; in recordInlinedCallSiteId()
124 Info->InlinedAtMap[FuncId] = InlinedAt; in recordInlinedCallSiteId()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugLoc.cpp71 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt() argument
75 DILocation *Last = InlinedAt; in appendInlinedAt()
H A DDebugInfo.cpp585 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local
588 MLD->getColumn(), Scope, InlinedAt); in getReplacementMDLocation()
590 Scope, InlinedAt); in getReplacementMDLocation()
732 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local
734 InlinedAt = remap(InlinedAt); in stripNonLineTableDebugInfo()
736 Scope, InlinedAt); in stripNonLineTableDebugInfo()
1010 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation() argument
1012 unwrap(InlinedAt))); in LLVMDIBuilderCreateDebugLocation()
H A DLLVMContextImpl.h260 Metadata *InlinedAt;
264 Metadata *InlinedAt, bool ImplicitCode)
265 : Line(Line), Column(Column), Scope(Scope), InlinedAt(InlinedAt),
269 InlinedAt(L->getRawInlinedAt()), ImplicitCode(L->isImplicitCode()) {}
273 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt() &&
278 return hash_combine(Line, Column, Scope, InlinedAt, ImplicitCode);
H A DDebugInfoMetadata.cpp60 Metadata *InlinedAt, bool ImplicitCode, in getImpl() argument
68 InlinedAt, ImplicitCode))) in getImpl()
78 if (InlinedAt) in getImpl()
79 Ops.push_back(InlinedAt); in getImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1572 Metadata *InlinedAt, bool ImplicitCode,
1576 DILocation *InlinedAt, bool ImplicitCode,
1579 static_cast<Metadata *>(InlinedAt), ImplicitCode, Storage,
1596 Metadata *InlinedAt = nullptr, bool ImplicitCode = false),
1597 (Line, Column, Scope, InlinedAt, ImplicitCode))
1600 DILocation *InlinedAt = nullptr,
1602 (Line, Column, Scope, InlinedAt, ImplicitCode))
3603 const DILocation *InlinedAt;
3611 const DILocation *InlinedAt)
3612 : Variable(Var), Fragment(FragmentInfo), InlinedAt(InlinedAt) {}
[all …]
H A DDebugLoc.h75 static DebugLoc appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h107 LineInfo InlinedAt; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h215 const DILocation *InlinedAt);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h407 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt() argument
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1596 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
1600 DebugVariable V(Var, Expr, InlinedAt); in transferDebugValue()
1655 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugInstrRef() local
1659 DebugVariable V(Var, Expr, InlinedAt); in transferDebugInstrRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2076 MDNode *InlinedAt = nullptr; in parseDILocation() local
2123 if (parseMDNode(InlinedAt)) in parseDILocation()
2126 if (parseDILocation(InlinedAt)) in parseDILocation()
2130 if (!isa<DILocation>(InlinedAt)) in parseDILocation()
2167 InlinedAt, ImplicitCode); in parseDILocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h448 LLVMMetadataRef InlinedAt);

12