Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A DIRBindings.cpp55 LLVMMetadataRef InlinedAt) { in LLVMGoSetCurrentDebugLocation()
66 const auto* InlinedAt = Loc.getInlinedAt(); in LLVMGoGetCurrentDebugLocation() local
H A DIRBindings.h33 LLVMMetadataRef InlinedAt; member
H A Dir.go1327 InlinedAt Metadata member
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp33 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
H A DCodeViewDebug.cpp236 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()
489 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local
998 const DILocation *InlinedAt, in emitInlinedCallSite()
1192 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local
1418 const DILocation *InlinedAt = IV.second; in collectVariableInfo() local
H A DDbgEntityHistoryCalculator.cpp150 if (const DILocation *InlinedAt = Entity.second) { in trimLocationRanges() local
H A DDwarfDebug.h74 const DILocation *InlinedAt; variable
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugLoc.cpp70 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt()
H A DDebugInfo.cpp617 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local
764 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local
1051 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation()
H A DDebugInfoMetadata.cpp61 Metadata *InlinedAt, bool ImplicitCode, in getImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLexicalScopes.cpp189 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
H A DLiveDebugVariables.cpp711 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() local
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCCodeView.h114 LineInfo InlinedAt; member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h420 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp54 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; in getCallStackHash() local
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCCodeView.cpp110 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1040 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
1112 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugInstrRef() local
H A DVarLocBasedImpl.cpp1327 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c322 LLVMMetadataRef InlinedAt) { in llvm_dibuild_create_debug_location()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1308 Metadata *InlinedAt = getMDOrNull(Record[4]); in parseOneMetadata() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1511 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, in inlineDebugLoc()
H A DLocal.cpp1446 DILocation *InlinedAt = DeclareLoc.getInlinedAt(); in getDebugValueLoc() local
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2247 MDNode *InlinedAt = nullptr; in parseDILocation() local