Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h1102 struct RowSequence { struct
1116 std::vector<RowSequence> InputSequences; argument
1166 RowSequence{FirstRow, LastRow, EndOfSequenceAddress}); in addLineTableSequence()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1333 const std::vector<DwarfLineTable::RowSequence> &InputSequences) { in emitBinaryDwarfLineTable()
1359 for (const DwarfLineTable::RowSequence &Sequence : InputSequences) { in emitBinaryDwarfLineTable()