| /openbsd-src/gnu/llvm/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 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); in emitPseudoProbe() 45 InlinedAt->getDiscriminator()); in emitPseudoProbe() 47 InlinedAt = InlinedAt->getInlinedAt(); in emitPseudoProbe()
|
| 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.cpp | 234 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 D | CodeViewDebug.h | 240 InlineSite &getInlineSite(const DILocation *InlinedAt, 356 void emitInlinedCallSite(const FunctionInfo &FI, const DILocation *InlinedAt,
|
| H A D | DbgEntityHistoryCalculator.cpp | 150 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 D | SampleProfileProbe.cpp | 54 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 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 | 712 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() local 713 if (InlinedAt) { in printExtendedName() 714 if (DebugLoc InlinedAtDL = InlinedAt) { in printExtendedName()
|
| H A D | AssignmentTrackingAnalysis.cpp | 1367 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 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()
|
| /openbsd-src/gnu/llvm/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 | 142 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 D | LLVMContextImpl.h | 319 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 D | DebugInfoMetadata.cpp | 42 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 D | DebugLoc.h | 75 static DebugLoc appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt,
|
| H A D | DebugInfoMetadata.h | 1615 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 D | MCCodeView.h | 114 LineInfo InlinedAt; member
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LexicalScopes.h | 215 const DILocation *InlinedAt);
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 419 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt() argument
|
| H A D | CGClass.cpp | 1655 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 D | debuginfo_ocaml.c | 322 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 D | DebugInfo.h | 472 LLVMMetadataRef InlinedAt);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 2306 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 D | InstrRefBasedImpl.cpp | 1381 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 D | VarLocBasedImpl.cpp | 1405 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local 1409 DebugVariable V(Var, Expr, InlinedAt); in transferDebugValue()
|