Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h231 void appendRow(const DWARFDebugLine::Row &R) { Rows.push_back(R); } in appendRow() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp559 LineTable->appendRow(Row); in appendRowToMatrix()