| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolData.cpp | 35 if (auto FirstLine = Lines->getNext()) in getCompilandId() local 36 return FirstLine->getCompilandId(); in getCompilandId()
|
| H A D | PDBSymbolFunc.cpp | 108 if (auto FirstLine = Lines->getNext()) { in getCompilandId() local 109 return FirstLine->getCompilandId(); in getCompilandId()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 56 if (L == FirstLine) in pruneSource() 72 const int64_t FirstLine; member in llvm::symbolize::SourceCode 80 FirstLine(std::max(static_cast<int64_t>(1), Line - Lines / 2)), in SourceCode() 81 LastLine(FirstLine + Lines - 1), in SourceCode() 88 int64_t L = FirstLine; in format()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-query/ |
| H A D | Query.cpp | 204 auto FirstLine = Lines[0]; in run() local 209 unsigned MaxLength = FirstLine.size(); in run() 211 OS << "\n " << PrefixText << FirstLine; in run()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | FindTargetTests.cpp | 42 llvm::StringRef FirstLine = local 44 FirstLine = FirstLine.rtrim(" {"); 45 Name = std::string(FirstLine.rtrim(" {"));
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrameTest.cpp | 46 StringRef FirstLine = StringRef(Output).split('\n').first; in expectDumpResult() local 47 EXPECT_EQ(FirstLine, ExpectedFirstLine); in expectDumpResult() 56 StringRef FirstLine = StringRef(Output).split('\n').first; in expectDumpResult() local 57 EXPECT_EQ(FirstLine, ExpectedFirstLine); in expectDumpResult() 344 StringRef FirstLine = StringRef(Output).split('\n').first; in expectDumpResult() local 345 EXPECT_EQ(FirstLine, ExpectedFirstLine); in expectDumpResult() 387 StringRef FirstLine = StringRef(Output).split('\n').first; in expectDumpResult() local 388 EXPECT_EQ(FirstLine, ExpectedFirstLine); in expectDumpResult()
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.cpp | 215 unsigned FirstLine = StartSegment != EndSegment ? StartSegment->Line : 0; in print() local 223 else if (LI.line_number() < FirstLine) in print()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | LineTable.cpp | 69 const uint32_t FirstLine = (uint32_t)Data.getULEB128(&Offset); in parse() local 70 LineEntry Row(BaseAddr, 1, FirstLine); in parse()
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 1289 bool FirstLine = true; in format() local 1293 FirstLine = false) { in format() 1338 FirstLine ? FirstStartColumn : 0, DryRun); in format() 1342 FirstLine ? FirstStartColumn : 0, DryRun); in format() 1346 FirstLine ? FirstStartColumn : 0, DryRun); in format()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | SymbolCache.cpp | 493 LineInfo FirstLine(Group.LineNumbers.front().Flags); in findLineTable() local 496 Entries.push_back({StartAddr, FirstLine, ColNum, Group.NameIndex, false}); in findLineTable()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 2024 if (auto FirstLine = Lines->getNext()) in GetCompilandId() local 2025 return FirstLine->getCompilandId(); in GetCompilandId()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 6114 std::string FirstLine = parseStringTo(AsmToken::EndOfStatement); in parseDirectiveComment() local 6115 size_t DelimiterEnd = FirstLine.find_first_of("\b\t\v\f\r\x1A "); in parseDirectiveComment() 6116 StringRef Delimiter = StringRef(FirstLine).take_front(DelimiterEnd); in parseDirectiveComment()
|