Searched refs:StartFileName (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 39 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-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 153 OS << " Function start filename: " << Info.StartFileName << '\n'; in printVerbose() 301 {"StartFileName", LineInfo.StartFileName != DILineInfo::BadString in toJSON() 302 ? LineInfo.StartFileName in toJSON()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1740 Result.StartFileName, Result.StartLine, Result.StartAddress); in getLineInfoForAddress() 1775 std::string StartFileName; in getLineInfoForAddressRange() local 1780 StartFileName, StartLine, StartAddress); in getLineInfoForAddressRange() 1787 Result.StartFileName = StartFileName; in getLineInfoForAddressRange() 1812 Result.StartFileName = StartFileName; in getLineInfoForAddressRange() 1856 Frame.StartFileName = FunctionDIE.getDeclFile(Spec.FLIKind); in getInliningInfoForAddress()
|