Home
last modified time | relevance | path

Searched defs:InlinedAt (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp31 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
H A DCodeViewDebug.cpp241 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()
485 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local
918 const DILocation *InlinedAt, in emitInlinedCallSite()
1112 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local
1344 const DILocation *InlinedAt = IV.second; in collectVariableInfo() local
H A DDbgEntityHistoryCalculator.cpp151 if (const DILocation *InlinedAt = Entity.second) { in trimLocationRanges() local
H A DDwarfDebug.h69 const DILocation *InlinedAt; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp71 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt()
H A DDebugInfo.cpp619 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local
766 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local
1046 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation()
H A DDebugInfoMetadata.cpp60 Metadata *InlinedAt, bool ImplicitCode, in getImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp189 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
H A DLiveDebugVariables.cpp715 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h107 LineInfo InlinedAt; member
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h407 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp55 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; in getCallStackHash() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp109 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1311 Metadata *InlinedAt = getMDOrNull(Record[4]); in parseOneMetadata() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1749 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
1810 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugInstrRef() local
H A DVarLocBasedImpl.cpp1289 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1484 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, in inlineDebugLoc()
H A DLocal.cpp1434 DILocation *InlinedAt = DeclareLoc.getInlinedAt(); in getDebugValueLoc() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2227 MDNode *InlinedAt = nullptr; in parseDILocation() local