Searched defs:Row (Results 1 – 9 of 9) sorted by relevance
103 struct Row struct105 typedef std::vector<Row> collection; argument109 Row(bool default_is_stmt = false); argument110 virtual ~Row() {} in ~Row() argument117 … // The program-counter value corresponding to a machine instruction generated by the compiler.118 … numbered beginning at 1. The compiler may emit the value 0 in cases where an instruction cannot b…119 … line. Columns are numbered beginning at 1. The value 0 is reserved to indicate that a statement b…143 void AppendRow(const DWARFDebugLine::Row& state); argument
1079 DWARFDebugLine::Row::Row(bool default_is_stmt) : in Row() function in DWARFDebugLine::Row
87 struct Row { struct94 static bool orderByAddress(const Row& LHS, const Row& RHS) { in orderByAddress() argument100 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
406 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getFileLineInfoForCompileUnit() local491 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange() local
2348 struct Row struct2351 Row *parent; argument2358 std::vector<Row> children; argument2360 Row (const ValueObjectSP &v, Row *p) : in Row() argument2393 children.push_back(Row (valobj->GetChildAtIndex(i, true), this)); in Expand() argument2400 Unexpand () in Unexpand()2406 DrawTree (Window &window) in DrawTree()2436 DrawTreeForChild (Window &window, Row *child, uint32_t reverse_depth) in DrawTreeForChild() argument
243 Row (const UnwindPlan::Row& rhs) : in Row() function
191 UnwindPlan::Row::Row() : in Row() function in UnwindPlan::Row
2564 UINT8 *Row; in AcpiDmDumpSlit() local
1987 for (unsigned Row = 0, ERow = ConversionTable.size(); Row != ERow; ++Row) { in emitConvertFuncs() local