Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.cpp65 EndSequence = false; in reset()
77 << (EndSequence ? " end_sequence" : "") in dump()
224 state.EndSequence = true; in parseStatementTable()
DDWARFDebugLine.h118 EndSequence:1, member
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp149 EndSequence = false; in reset()
160 << (EndSequence ? " end_sequence" : "") << '\n'; in dump()
214 if (Row.EndSequence) { in appendRowToMatrix()
284 State.Row.EndSequence = true; in parse()
/external/flatbuffers/include/flatbuffers/
Dminireflect.h40 virtual void EndSequence() {} in EndSequence() function
272 visitor->EndSequence(); in IterateObject()
304 void EndSequence() { in EndSequence() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp380 EndSequence = false; in reset()
397 << (EndSequence ? " end_sequence" : "") << '\n'; in dump()
450 if (Row.EndSequence) { in appendRowToMatrix()
555 State.Row.EndSequence = true; in parse()
DDWARFVerifier.cpp665 if (Row.EndSequence) in verifyDebugLineRows()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h134 EndSequence:1, member
/external/v8/src/
Dcollector.h194 Vector<T> EndSequence() { in EndSequence() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h175 EndSequence : 1, member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp1654 InsertPoint->Address == Seq.front().Address && InsertPoint->EndSequence) { in insertLineSequence()
1730 (Row.Address == CurrRange.stop() && !Row.EndSequence)) { in patchLineTableForUnit()
1763 NextLine.EndSequence = 1; in patchLineTableForUnit()
1776 if (Row.EndSequence && Seq.empty()) in patchLineTableForUnit()
1783 if (Row.EndSequence) in patchLineTableForUnit()
DDwarfStreamer.cpp541 if (!Row.EndSequence) { in emitLineTableForUnit()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp988 if (!Row.EndSequence) { in emitLineTableForUnit()
2956 InsertPoint->Address == Seq.front().Address && InsertPoint->EndSequence) { in insertLineSequence()
3029 (Row.Address == CurrRange.stop() && !Row.EndSequence)) { in patchLineTableForUnit()
3062 NextLine.EndSequence = 1; in patchLineTableForUnit()
3075 if (Row.EndSequence && Seq.empty()) in patchLineTableForUnit()
3082 if (Row.EndSequence) in patchLineTableForUnit()
/external/protobuf/php/ext/google/protobuf/
Dupb.h5511 bool EndSequence(Handlers::Selector s);
5859 inline bool Sink::EndSequence(Handlers::Selector sel) {
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h5946 bool EndSequence(Handlers::Selector s);
6294 inline bool Sink::EndSequence(Handlers::Selector sel) {