Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h235 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp582 LineTable->appendRow(Row); in appendRowToMatrix()