Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFDebugLine.h85 struct Row { struct
93 static bool orderByAddress(const Row& LHS, const Row& RHS) { in orderByAddress() argument
99 uint64_t Address;
103 uint32_t Line;
107 uint16_t Column;
110 uint16_t File;
113 uint8_t Isa;
116 uint32_t Discriminator;
142 // and is described by line table rows [FirstRowIndex, LastRowIndex). argument
224 struct Row Row; member
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstexpr-nqueens.cpp38 int N, int Col, int Row, const Board &B) { in tryBoard()
41 constexpr Board buildBoardScan(int N, int Col, int Row, const Board &B) { in buildBoardScan()
57 constexpr bool Board::check(const char *p, int Row, int Col) { in check()
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp125 DWARFDebugLine::Row::Row(bool default_is_stmt) { in Row() function in DWARFDebugLine::Row
692 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress() local
H A DDWARFContext.cpp448 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange() local
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1954 for (unsigned Row = 0, ERow = ConversionTable.size(); Row != ERow; ++Row) { in emitConvertFuncs() local