Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp33 auto *InlinedAt = DebugLoc ? DebugLoc->getInlinedAt() : nullptr; in emitPseudoProbe() local
H A DCodeViewDebug.cpp234 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 DDbgEntityHistoryCalculator.cpp150 if (const DILocation *InlinedAt = Entity.second) { in trimLocationRanges() local
H A DDwarfDebug.h74 const DILocation *InlinedAt; variable
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugLoc.cpp110 DebugLoc DebugLoc::appendInlinedAt(const DebugLoc &DL, DILocation *InlinedAt, in appendInlinedAt()
H A DDebugInfo.cpp142 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 DDebugInfoMetadata.cpp68 Metadata *InlinedAt, bool ImplicitCode, in getImpl()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLexicalScopes.cpp189 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
H A DLiveDebugVariables.cpp712 auto *InlinedAt = DL ? DL->getInlinedAt() : nullptr; in printExtendedName() local
H A DAssignmentTrackingAnalysis.cpp1367 DILocation *InlinedAt = const_cast<DILocation *>(V.getInlinedAt()); in processUntaggedInstruction() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h114 LineInfo InlinedAt; member
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h419 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt()
H A DCGClass.cpp1655 llvm::MDNode *InlinedAt; member in __anonda710d950411::DeclAsInlineDebugLocation
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp54 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr; in getCallStackHash() local
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp110 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c322 LLVMMetadataRef InlinedAt) { in llvm_dibuild_create_debug_location()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1381 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
1590 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugInstrRef() local
H A DVarLocBasedImpl.cpp1405 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1321 Metadata *InlinedAt = getMDOrNull(Record[4]); in parseOneMetadata() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1644 static DebugLoc inlineDebugLoc(DebugLoc OrigDL, DILocation *InlinedAt, in inlineDebugLoc()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2306 MDNode *InlinedAt = nullptr; in parseDILocation() local