Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 &&
64 return std::tie(FileName, FunctionName, StartFileName, Line, Column,
66 std::tie(RHS.FileName, RHS.FunctionName, RHS.StartFileName, RHS.Line,
80 if (StartFileName != BadString) in dump()
81 OS << "start file '" << StartFileName << "', "; in dump()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-symbolizer.rst293 "StartFileName": "/tmp/test.cpp",
303 "StartFileName": "/tmp/test.cpp",
319 "StartFileName": "/tmp/test.cpp",