Home
last modified time | relevance | path

Searched refs:getEndLine (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); } in getEndLine() function
117 uint32_t getEndLine() const { return LineInf.getEndLine(); } in getEndLine() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1098 last_line.getEndLine(), std::move(sequence)); in ParseLineTable()