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.h39 std::string StartFileName; member
54 : FileName(BadString), FunctionName(BadString), StartFileName(BadString) { in DILineInfo()
60 StartFileName == RHS.StartFileName && StartLine == RHS.StartLine &&
67 return std::tie(FileName, FunctionName, StartFileName, Line, Column,
69 std::tie(RHS.FileName, RHS.FunctionName, RHS.StartFileName, RHS.Line,
83 if (StartFileName != BadString) in dump()
84 OS << "start file '" << StartFileName << "', "; in dump()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp153 OS << " Function start filename: " << Info.StartFileName << '\n'; in printVerbose()
301 {"StartFileName", LineInfo.StartFileName != DILineInfo::BadString in toJSON()
302 ? LineInfo.StartFileName in toJSON()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1742 Result.StartFileName, Result.StartLine, Result.StartAddress); in getLineInfoForAddress()
1777 std::string StartFileName; in getLineInfoForAddressRange() local
1782 StartFileName, StartLine, StartAddress); in getLineInfoForAddressRange()
1789 Result.StartFileName = StartFileName; in getLineInfoForAddressRange()
1814 Result.StartFileName = StartFileName; in getLineInfoForAddressRange()
1858 Frame.StartFileName = FunctionDIE.getDeclFile(Spec.FLIKind); in getInliningInfoForAddress()