Home
last modified time | relevance | path

Searched defs:FirstLine (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp35 if (auto FirstLine = Lines->getNext()) in getCompilandId() local
H A DPDBSymbolFunc.cpp108 if (auto FirstLine = Lines->getNext()) { getCompilandId() local
/llvm-project/clang-tools-extra/clang-query/
H A DQuery.cpp118 auto FirstLine = Lines[0]; run() local
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugFrameTest.cpp48 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 DBasicBlockSectionsProfileReader.cpp368 StringRef FirstLine(*LineIt); in ReadProfile() local
/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp227 unsigned FirstLine = StartSegment != EndSegment ? StartSegment->Line : 0; in print() local
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp69 const uint32_t FirstLine = (uint32_t)Data.getULEB128(&Offset); in parse() local
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp72 const int64_t FirstLine; member in llvm::symbolize::SourceCode
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp493 LineInfo FirstLine(Group.LineNumbers.front().Flags); findLineTable() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFindTargetTests.cpp42 llvm::StringRef FirstLine = local
/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1356 bool FirstLine = true; format() local
H A DUnwrappedLineParser.cpp4489 auto FirstLine = CurrentLines->size(); parseVerilogCaseLabel() local
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2019 if (auto FirstLine = Lines->getNext()) GetCompilandId() local
/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6098 size_t DelimiterEnd = FirstLine.find_first_of("\b\t\v\f\r\x1A "); in parseDirectiveComment() local