/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | PseudoProbePrinter.cpp | 33 auto Name = InlinedAt->getSubprogramLinkageName(); in emitPseudoProbe() local
|
H A D | CodeViewDebug.cpp | 235 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite() 491 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local 1005 const DILocation *InlinedAt, in emitInlinedCallSite() 1207 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local 1453 const DILocation *InlinedAt = IV.second; in collectVariableInfo() local
|
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
|
/freebsd-src/contrib/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 | 158 DILocation *InlinedAt = DeclareLoc.getInlinedAt(); getDebugValueLoc() local 170 DILocation *InlinedAt = DeclareLoc.getInlinedAt(); getDebugValueLoc() local 729 auto *InlinedAt = map(MLD->getInlinedAt()); getReplacementMDLocation() local 875 MDNode *InlinedAt = DL.getInlinedAt(); stripNonLineTableDebugInfo() local 1200 LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx,unsigned Line,unsigned Column,LLVMMetadataRef Scope,LLVMMetadataRef InlinedAt) LLVMDIBuilderCreateDebugLocation() argument [all...] |
H A D | DebugInfoMetadata.cpp | 78 getImpl(LLVMContext & Context,unsigned Line,unsigned Column,Metadata * Scope,Metadata * InlinedAt,bool ImplicitCode,StorageType Storage,bool ShouldCreate) getImpl() argument 176 __anon3f57e9e00102(const DILocation *L1, const DILocation *L2, DILocation *InlinedAt) getMergedLocation() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LexicalScopes.cpp | 189 const DILocation *InlinedAt) { in getOrCreateInlinedScope() argument
|
H A D | LiveDebugVariables.cpp | 713 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() local
|
H A D | AssignmentTrackingAnalysis.cpp | 1658 DILocation *InlinedAt = const_cast<DILocation *>(V.getInlinedAt()); processUntaggedInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 114 LineInfo InlinedAt; member
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 441 setInlinedAt(llvm::MDNode * InlinedAt) setInlinedAt() argument
|
H A D | CGClass.cpp | 1649 llvm::MDNode *InlinedAt; global() member in __anon827950500411::DeclAsInlineDebugLocation
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 56 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; getCallStackHash() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 110 InlinedAt.Col = IACol; in recordInlinedCallSiteId() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 1423 Metadata *InlinedAt = getMDOrNull(Record[4]); parseOneMetadata() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1635 inlineDebugLoc(DebugLoc OrigDL,DILocation * InlinedAt,LLVMContext & Ctx,DenseMap<const MDNode *,MDNode * > & IANodes) inlineDebugLoc() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 1405 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
|
H A D | InstrRefBasedImpl.cpp | 1584 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); transferDebugInstrRef() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 2349 MDNode *InlinedAt = nullptr; parseDILocation() local
|