Home
last modified time | relevance | path

Searched refs:StartFileName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h40 std::string StartFileName; member
56 : FileName(BadString), FunctionName(BadString), StartFileName(BadString) { in DILineInfo()
62 StartFileName == RHS.StartFileName && StartLine == RHS.StartLine &&
69 return std::tie(FileName, FunctionName, StartFileName, Line, Column,
71 std::tie(RHS.FileName, RHS.FunctionName, RHS.StartFileName, RHS.Line,
85 if (StartFileName != BadString) in dump()
86 OS << "start file '" << StartFileName << "', "; in dump()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp158 OS << " Function start filename: " << Info.StartFileName << '\n'; in printVerbose()
308 {"StartFileName", LineInfo.StartFileName != DILineInfo::BadString in toJSON()
309 ? LineInfo.StartFileName in toJSON()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1741 Result.StartFileName, Result.StartLine, Result.StartAddress); in getLineInfoForAddress()
1776 std::string StartFileName; in getLineInfoForAddressRange() local
1781 StartFileName, StartLine, StartAddress); in getLineInfoForAddressRange()
1788 Result.StartFileName = StartFileName; in getLineInfoForAddressRange()
1813 Result.StartFileName = StartFileName; in getLineInfoForAddressRange()
1858 Frame.StartFileName = FunctionDIE.getDeclFile(Spec.FLIKind); in getInliningInfoForAddress()