Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugLine.h103 struct Row struct
105 typedef std::vector<Row> collection; argument
109 Row(bool default_is_stmt = false); argument
110 virtual ~Row() {} in ~Row() argument
117 … // 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
HDDWARFDebugLine.cpp1079 DWARFDebugLine::Row::Row(bool default_is_stmt) : in Row() function in DWARFDebugLine::Row
/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFDebugLine.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
HDDWARFContext.cpp406 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getFileLineInfoForCompileUnit() local
491 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange() local
/trueos/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp2348 struct Row struct
2351 Row *parent; argument
2358 std::vector<Row> children; argument
2360 Row (const ValueObjectSP &v, Row *p) : in Row() argument
2393 children.push_back(Row (valobj->GetChildAtIndex(i, true), this)); in Expand() argument
2400 Unexpand () in Unexpand()
2406 DrawTree (Window &window) in DrawTree()
2436 DrawTreeForChild (Window &window, Row *child, uint32_t reverse_depth) in DrawTreeForChild() argument
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDUnwindPlan.h243 Row (const UnwindPlan::Row& rhs) : in Row() function
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDUnwindPlan.cpp191 UnwindPlan::Row::Row() : in Row() function in UnwindPlan::Row
/trueos/sys/contrib/dev/acpica/common/
HDdmtbdump.c2564 UINT8 *Row; in AcpiDmDumpSlit() local
/trueos/contrib/llvm/utils/TableGen/
HDAsmMatcherEmitter.cpp1987 for (unsigned Row = 0, ERow = ConversionTable.size(); Row != ERow; ++Row) { in emitConvertFuncs() local