Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()) { in getCompilandId() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp215 unsigned FirstLine = StartSegment != EndSegment ? StartSegment->Line : 0; in print() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp69 const uint32_t FirstLine = (uint32_t)Data.getULEB128(&Offset); in parse() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp72 const int64_t FirstLine; member in llvm::symbolize::SourceCode
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp493 LineInfo FirstLine(Group.LineNumbers.front().Flags); in findLineTable() local
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1311 bool FirstLine = true; in format() local
H A DUnwrappedLineParser.cpp4324 auto FirstLine = CurrentLines->size(); in parseVerilogCaseLabel() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2034 if (auto FirstLine = Lines->getNext()) in GetCompilandId() local
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6130 std::string FirstLine = parseStringTo(AsmToken::EndOfStatement); in parseDirectiveComment() local