| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | PseudoProbePrinter.cpp | 56 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 D | CodeViewDebug.cpp | 241 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 D | DwarfDebug.h | 69 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 | 225 InlineSite &getInlineSite(const DILocation *InlinedAt, 337 void emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt,
|
| H A D | DbgEntityHistoryCalculator.cpp | 151 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 D | IRBindings.cpp | 55 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 D | IRBindings.h | 33 LLVMMetadataRef InlinedAt; member 48 LLVMMetadataRef InlinedAt);
|
| H A D | dibuilder.go | 579 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 D | SampleProfileProbe.cpp | 55 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 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 | 680 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 D | MCCodeView.cpp | 109 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 D | DebugLoc.cpp | 71 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt() argument 75 DILocation *Last = InlinedAt; in appendInlinedAt()
|
| H A D | DebugInfo.cpp | 585 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 D | LLVMContextImpl.h | 260 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 D | DebugInfoMetadata.cpp | 60 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 D | DebugInfoMetadata.h | 1572 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 D | DebugLoc.h | 75 static DebugLoc appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 107 LineInfo InlinedAt; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | LexicalScopes.h | 215 const DILocation *InlinedAt);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 407 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/ |
| H A D | debuginfo_ocaml.c | 322 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 D | InstrRefBasedImpl.cpp | 1596 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 D | MIParser.cpp | 2076 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 D | DebugInfo.h | 448 LLVMMetadataRef InlinedAt);
|