Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h38 std::string StartFileName; member
49 : FileName(BadString), FunctionName(BadString), StartFileName(BadString) { in DILineInfo()
55 StartFileName == RHS.StartFileName && StartLine == RHS.StartLine &&
62 return std::tie(FileName, FunctionName, StartFileName, Line, Column,
64 std::tie(RHS.FileName, RHS.FunctionName, RHS.StartFileName, RHS.Line,
78 if (StartFileName != BadString) in dump()
79 OS << "start file '" << StartFileName << "', "; in dump()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp155 OS << " Function start filename: " << Info.StartFileName << '\n'; in printVerbose()
303 {"StartFileName", LineInfo.StartFileName != DILineInfo::BadString in print()
304 ? LineInfo.StartFileName in print()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1237 Result.StartFileName, Result.StartLine, Result.StartAddress); in getLineInfoForAddress()
1256 std::string StartFileName; in getLineInfoForAddressRange() local
1261 StartFileName, StartLine, StartAddress); in getLineInfoForAddressRange()
1268 Result.StartFileName = StartFileName; in getLineInfoForAddressRange()
1293 Result.StartFileName = StartFileName; in getLineInfoForAddressRange()
1337 Frame.StartFileName = FunctionDIE.getDeclFile(Spec.FLIKind); in getInliningInfoForAddress()