/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolData.cpp | 35 if (auto FirstLine = Lines->getNext()) in getCompilandId() local
|
H A D | PDBSymbolFunc.cpp | 108 if (auto FirstLine = Lines->getNext()) { getCompilandId() local
|
/llvm-project/clang-tools-extra/clang-query/ |
H A D | Query.cpp | 118 auto FirstLine = Lines[0]; run() local
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDebugFrameTest.cpp | 48 EXPECT_EQ(FirstLine, ExpectedFirstLine); in expectDumpResult() local 60 StringRef FirstLine = StringRef(Output).split('\n').first; expectDumpResult() local 348 StringRef FirstLine = StringRef(Output).split('\n').first; expectDumpResult() local 391 StringRef FirstLine = StringRef(Output).split('\n').first; expectDumpResult() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | BasicBlockSectionsProfileReader.cpp | 368 StringRef FirstLine(*LineIt); in ReadProfile() local
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.cpp | 227 unsigned FirstLine = StartSegment != EndSegment ? StartSegment->Line : 0; in print() local
|
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | LineTable.cpp | 69 const uint32_t FirstLine = (uint32_t)Data.getULEB128(&Offset); in parse() local
|
/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 72 const int64_t FirstLine; member in llvm::symbolize::SourceCode
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | SymbolCache.cpp | 493 LineInfo FirstLine(Group.LineNumbers.front().Flags); findLineTable() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FindTargetTests.cpp | 42 llvm::StringRef FirstLine = local
|
/llvm-project/clang/lib/Format/ |
H A D | UnwrappedLineFormatter.cpp | 1356 bool FirstLine = true; format() local
|
H A D | UnwrappedLineParser.cpp | 4489 auto FirstLine = CurrentLines->size(); parseVerilogCaseLabel() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 2019 if (auto FirstLine = Lines->getNext()) GetCompilandId() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 6098 size_t DelimiterEnd = FirstLine.find_first_of("\b\t\v\f\r\x1A "); in parseDirectiveComment() local
|