Home
last modified time | relevance | path

Searched refs:EndSequence (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp153 EndSequence = false; in reset()
165 << (EndSequence ? " end_sequence" : "") in dump()
224 if (Row.EndSequence) { in appendRowToMatrix()
294 State.Row.EndSequence = true; in parse()
/external/v8/test/cctest/
Dtest-utils.cc233 Vector<int> sequence = collector.EndSequence(); in TEST()
259 i::Vector<char> seq = collector.EndSequence(); in TEST()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h134 EndSequence:1, member
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp986 if (!Row.EndSequence) { in emitLineTableForUnit()
2899 InsertPoint->Address == Seq.front().Address && InsertPoint->EndSequence) { in insertLineSequence()
2972 (Row.Address == CurrRange.stop() && !Row.EndSequence)) { in patchLineTableForUnit()
3005 NextLine.EndSequence = 1; in patchLineTableForUnit()
3018 if (Row.EndSequence && Seq.empty()) in patchLineTableForUnit()
3025 if (Row.EndSequence) in patchLineTableForUnit()
/external/v8/src/parsing/
Dscanner.cc1669 return backing_store_.EndSequence().start(); in BackupKey()
/external/v8/src/
Dutils.h734 Vector<T> EndSequence() {