Home
last modified time | relevance | path

Searched defs:Row (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/DebugInfo/
DDWARFDebugLine.h87 struct Row { struct
94 static bool orderByAddress(const Row& LHS, const Row& RHS) { in orderByAddress() argument
100 uint64_t Address;
104 uint32_t Line;
108 uint16_t Column;
111 uint16_t File;
114 uint8_t Isa;
140 // and is described by line table rows [FirstRowIndex, LastRowIndex). argument
DDWARFContext.cpp406 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getFileLineInfoForCompileUnit() local
491 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange() local
/freebsd-9-stable/sys/contrib/dev/acpica/common/
Ddmtbdump.c1369 UINT8 *Row; in AcpiDmDumpSlit() local
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1987 for (unsigned Row = 0, ERow = ConversionTable.size(); Row != ERow; ++Row) { in emitConvertFuncs() local