Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp31 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
H A DCodeViewDebug.cpp235 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite() argument
491 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local
1005 emitInlinedCallSite(const FunctionInfo & FI,const DILocation * InlinedAt,const InlineSite & Site) emitInlinedCallSite() argument
1207 for (const DILocation *InlinedAt : FI.ChildSites) { emitDebugInfoForFunction() local
1453 const DILocation *InlinedAt = IV.second; collectVariableInfo() local
[all...]
H A DDbgEntityHistoryCalculator.cpp153 if (const DILocation *InlinedAt = Entity.second) { in trimLocationRanges() local
H A DDwarfDebug.h74 const DILocation *InlinedAt; variable
/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp110 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt()
H A DDebugInfo.cpp162 DILocation *InlinedAt = DeclareLoc.getInlinedAt(); getDebugValueLoc() local
174 DILocation *InlinedAt = DeclareLoc.getInlinedAt(); getDebugValueLoc() local
734 auto *InlinedAt = map(MLD->getInlinedAt()); getReplacementMDLocation() local
880 MDNode *InlinedAt = DL.getInlinedAt(); stripNonLineTableDebugInfo() local
1205 LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx,unsigned Line,unsigned Column,LLVMMetadataRef Scope,LLVMMetadataRef InlinedAt) LLVMDIBuilderCreateDebugLocation() argument
[all...]
H A DDebugInfoMetadata.cpp82 Metadata *InlinedAt, bool ImplicitCode, in getImpl() argument
180 DILocation *InlinedAt) -> DILocation * { in getMergedLocation() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp189 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
H A DLiveDebugVariables.cpp713 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; printExtendedName() local
H A DAssignmentTrackingAnalysis.cpp1660 DILocation *InlinedAt = const_cast<DILocation *>(V.getInlinedAt()); processUntaggedInstruction() local
/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h114 LineInfo InlinedAt; member
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h451 setInlinedAt(llvm::MDNode * InlinedAt) setInlinedAt() argument
H A DCGClass.cpp1657 llvm::MDNode *InlinedAt; member in __anonfdfcccb10411::DeclAsInlineDebugLocation
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp57 while (InlinedAt) { in getCallStackHash() local
/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp107 InlinedAt.Line = IALine; in recordInlinedCallSiteId() local
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c319 value Scope, value InlinedAt) { in llvm_dibuild_create_debug_location() argument
/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1431 Metadata *InlinedAt = getMDOrNull(Record[4]); parseOneMetadata() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1725 inlineDebugLoc(DebugLoc OrigDL,DILocation * InlinedAt,LLVMContext & Ctx,DenseMap<const MDNode *,MDNode * > & IANodes) inlineDebugLoc() argument
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1405 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); transferDebugValue() local
H A DInstrRefBasedImpl.cpp1585 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); transferDebugInstrRef() local
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2358 MDNode *InlinedAt = nullptr; parseDILocation() local
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp1224 DILocation *InlinedAt = nullptr; TEST_F() local