/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | PseudoProbePrinter.cpp | 31 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
|
H A D | CodeViewDebug.cpp | 235 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 D | DbgEntityHistoryCalculator.cpp | 153 if (const DILocation *InlinedAt = Entity.second) { in trimLocationRanges() local
|
H A D | DwarfDebug.h | 74 const DILocation *InlinedAt; variable
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 110 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt()
|
H A D | DebugInfo.cpp | 162 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 D | DebugInfoMetadata.cpp | 82 Metadata *InlinedAt, bool ImplicitCode, in getImpl() argument 180 DILocation *InlinedAt) -> DILocation * { in getMergedLocation() argument [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | LexicalScopes.cpp | 189 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
|
H A D | LiveDebugVariables.cpp | 713 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; printExtendedName() local
|
H A D | AssignmentTrackingAnalysis.cpp | 1660 DILocation *InlinedAt = const_cast<DILocation *>(V.getInlinedAt()); processUntaggedInstruction() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 114 LineInfo InlinedAt; member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 451 setInlinedAt(llvm::MDNode * InlinedAt) setInlinedAt() argument
|
H A D | CGClass.cpp | 1657 llvm::MDNode *InlinedAt; member in __anonfdfcccb10411::DeclAsInlineDebugLocation
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 57 while (InlinedAt) { in getCallStackHash() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 107 InlinedAt.Line = IALine; in recordInlinedCallSiteId() local
|
/llvm-project/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 319 value Scope, value InlinedAt) { in llvm_dibuild_create_debug_location() argument
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 1431 Metadata *InlinedAt = getMDOrNull(Record[4]); parseOneMetadata() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1725 inlineDebugLoc(DebugLoc OrigDL,DILocation * InlinedAt,LLVMContext & Ctx,DenseMap<const MDNode *,MDNode * > & IANodes) inlineDebugLoc() argument
|
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 1405 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); transferDebugValue() local
|
H A D | InstrRefBasedImpl.cpp | 1585 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); transferDebugInstrRef() local
|
/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 2358 MDNode *InlinedAt = nullptr; parseDILocation() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 1224 DILocation *InlinedAt = nullptr; TEST_F() local
|