Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp17 EndSequence = 0x00, ///< End of the line table. enumerator
78 case EndSequence: in parse()
244 Out.writeU8(EndSequence); in encode()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp17 EndSequence = 0x00, ///< End of the line table. enumerator
78 case EndSequence: in parse()
244 Out.writeU8(EndSequence); in encode()
DDwarfTransformer.cpp334 if (Row.EndSequence) { in convertFunctionLineTable()
/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
273 visitor->EndSequence(); in IterateObject()
315 void EndSequence() { in EndSequence() function
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_to_string.cc85 void EndSequence() override { in EndSequence() function
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h134 EndSequence:1, member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp394 EndSequence = false; in reset()
411 << (EndSequence ? " end_sequence" : "") << '\n'; in dump()
469 if (Row.EndSequence) { in appendRowToMatrix()
590 State.Row.EndSequence = true; in parse()
DDWARFVerifier.cpp783 if (Row.EndSequence) in verifyDebugLineRows()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp481 EndSequence = false; in reset()
500 << (EndSequence ? " end_sequence" : "") << '\n'; in dump()
560 if (Row.EndSequence) { in appendRowToMatrix()
845 State.Row.EndSequence = true; in parse()
DDWARFVerifier.cpp840 if (Row.EndSequence) in verifyDebugLineRows()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h192 EndSequence : 1, member
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h187 EndSequence : 1, member
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dsink.h380 bool EndSequence(HandlersPtr::Selector s) { in EndSequence() function
/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/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1635 InsertPoint->EndSequence) { in insertLineSequence()
1716 (Row.Address.Address == CurrRange.stop() && !Row.EndSequence)) { in patchLineTableForUnit()
1749 NextLine.EndSequence = 1; in patchLineTableForUnit()
1762 if (Row.EndSequence && Seq.empty()) in patchLineTableForUnit()
1769 if (Row.EndSequence) in patchLineTableForUnit()
DDWARFStreamer.cpp571 if (!Row.EndSequence) { in emitLineTableForUnit()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1050 row.EndSequence); in ParseLineTable()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h6221 bool EndSequence(Handlers::Selector s);
6572 inline bool Sink::EndSequence(Handlers::Selector sel) {
/external/protobuf/php/ext/google/protobuf/
Dupb.h6014 bool EndSequence(HandlersPtr::Selector s) {