Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h39 std::string StartFileName; member
50 : FileName(BadString), FunctionName(BadString), StartFileName(BadString) { in DILineInfo()
56 StartFileName == RHS.StartFileName && StartLine == RHS.StartLine &&
63 return std::tie(FileName, FunctionName, StartFileName, Line, Column,
65 std::tie(RHS.FileName, RHS.FunctionName, RHS.StartFileName, RHS.Line,
79 if (StartFileName != BadString) in dump()
80 OS << "start file '" << StartFileName << "', "; in dump()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp153 OS << " Function start filename: " << Info.StartFileName << '\n'; in printVerbose()
305 {"StartFileName", LineInfo.StartFileName != DILineInfo::BadString in print()
306 ? LineInfo.StartFileName in print()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1319 Result.StartFileName, Result.StartLine, Result.StartAddress); in getLineInfoForAddress()
1354 std::string StartFileName; in getLineInfoForAddressRange() local
1359 StartFileName, StartLine, StartAddress); in getLineInfoForAddressRange()
1366 Result.StartFileName = StartFileName; in getLineInfoForAddressRange()
1391 Result.StartFileName = StartFileName; in getLineInfoForAddressRange()
1435 Frame.StartFileName = FunctionDIE.getDeclFile(Spec.FLIKind); in getInliningInfoForAddress()
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-symbolizer.rst368 "StartFileName": "/tmp/test.cpp",
378 "StartFileName": "/tmp/test.cpp",
394 "StartFileName": "/tmp/test.cpp",