/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | PseudoProbePrinter.cpp | 33 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
|
H A D | CodeViewDebug.cpp | 234 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite() 487 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local 999 const DILocation *InlinedAt, in emitInlinedCallSite() 1193 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local 1429 const DILocation *InlinedAt = IV.second; in collectVariableInfo() local
|
H A D | DbgEntityHistoryCalculator.cpp | 150 if (const DILocation *InlinedAt = Entity.second) { in trimLocationRanges() local
|
H A D | DwarfDebug.h | 74 const DILocation *InlinedAt; variable
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | DebugLoc.cpp | 110 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt()
|
H A D | DebugInfo.cpp | 142 DILocation *InlinedAt = DeclareLoc.getInlinedAt(); in getDebugValueLoc() local 636 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local 783 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local 1106 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation()
|
H A D | DebugInfoMetadata.cpp | 68 Metadata *InlinedAt, bool ImplicitCode, in getImpl()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | LexicalScopes.cpp | 189 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
|
H A D | LiveDebugVariables.cpp | 712 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() local
|
H A D | AssignmentTrackingAnalysis.cpp | 1367 DILocation *InlinedAt = const_cast<DILocation *>(V.getInlinedAt()); in processUntaggedInstruction() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 114 LineInfo InlinedAt; member
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 419 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt()
|
H A D | CGClass.cpp | 1655 llvm::MDNode *InlinedAt; member in __anonda710d950411::DeclAsInlineDebugLocation
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 54 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; in getCallStackHash() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 110 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 322 LLVMMetadataRef InlinedAt) { in llvm_dibuild_create_debug_location()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.cpp | 1381 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local 1590 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugInstrRef() local
|
H A D | VarLocBasedImpl.cpp | 1405 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 1321 Metadata *InlinedAt = getMDOrNull(Record[4]); in parseOneMetadata() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1644 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, in inlineDebugLoc()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 2306 MDNode *InlinedAt = nullptr; in parseDILocation() local
|