Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugLoc.cpp73 const MDNode *InlinedAt, bool ImplicitCode) { in get()
83 DebugLoc DebugLoc::appendInlinedAt(DebugLoc DL, DILocation *InlinedAt, in appendInlinedAt()
H A DDebugInfo.cpp497 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() local
642 MDNode *InlinedAt = DL.getInlinedAt(); in stripNonLineTableDebugInfo() local
886 LLVMMetadataRef InlinedAt) { in LLVMDIBuilderCreateDebugLocation()
H A DDebugInfoMetadata.cpp51 Metadata *InlinedAt, bool ImplicitCode, in getImpl()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLexicalScopes.cpp188 const DILocation *InlinedAt) { in getOrCreateInlinedScope()
H A DLiveDebugValues.cpp366 const DILocation *InlinedAt = DebugLoc->getInlinedAt(); in transferDebugValue() local
H A DLiveDebugVariables.cpp454 if (auto *InlinedAt = DL->getInlinedAt()) { in printExtendedName() local
H A DMachineInstr.cpp1740 if (auto *InlinedAt = debugLoc->getInlinedAt()) { in print() local
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCCodeView.h108 LineInfo InlinedAt; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h380 void setInlinedAt(llvm::MDNode *InlinedAt) { CurInlinedAt = InlinedAt; } in setInlinedAt()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp227 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()
438 if (const DILocation *InlinedAt = LS->getInlinedAt()) { in recordLocalVariable() local
855 const DILocation *InlinedAt, in emitInlinedCallSite()
1049 for (const DILocation *InlinedAt : FI.ChildSites) { in emitDebugInfoForFunction() local
1256 const DILocation *InlinedAt = IV.second; in collectVariableInfo() local
H A DDwarfDebug.h70 const DILocation *InlinedAt; variable
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp110 MCCVFunctionInfo::LineInfo InlinedAt; in recordInlinedCallSiteId() local
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1145 Metadata *InlinedAt = getMDOrNull(Record[4]); in parseOneMetadata() local
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1703 MDNode *InlinedAt = nullptr; in parseDILocation() local