Home
last modified time | relevance | path

Searched refs:default_is_stmt (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Ddwarfdump-64-bit-dwarf.test11 CHECK:default_is_stmt: 1
21 CHECK:default_is_stmt: 1
31 CHECK:default_is_stmt: 1
41 CHECK:default_is_stmt: 1
/external/google-breakpad/src/common/dwarf/
Dline_state_machine.h39 void Reset(bool default_is_stmt) { in Reset()
44 is_stmt = default_is_stmt; in Reset()
Ddwarf2reader.h72 bool default_is_stmt; // stmt stands for statement member
Ddwarf2reader.cc557 header_.default_is_stmt = reader_->ReadOneByte(lineptr); in ReadHeader()
817 lsm.Reset(header_.default_is_stmt); in ReadLines()
839 lsm.Reset(header_.default_is_stmt); in ReadLines()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.h86 Row(bool default_is_stmt = false) { reset(default_is_stmt); }
89 void reset(bool default_is_stmt);
DDWARFDebugLine.cpp57 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset() argument
63 IsStmt = default_is_stmt; in reset()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h94 explicit Row(bool default_is_stmt = false);
98 void reset(bool default_is_stmt);
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp132 DWARFDebugLine::Row::Row(bool default_is_stmt) { reset(default_is_stmt); } in Row() argument
140 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset() argument
147 IsStmt = default_is_stmt; in reset()
/external/llvm/test/DebugInfo/
Ddwarfdump-64-bit-dwarf.test11 CHECK:default_is_stmt: 1
/external/elfutils/libdw/
Ddwarf_getsrclines.c276 uint_fast8_t default_is_stmt = *linep++; in read_srclines() local
661 state.is_stmt = default_is_stmt; in read_srclines()
750 state.is_stmt = default_is_stmt; in read_srclines()
/external/elfutils/src/
Dreadelf.c8303 uint_fast8_t default_is_stmt = *linep++; in print_debug_line_section() local
8332 default_is_stmt, line_base, in print_debug_line_section()
8568 uint_fast8_t is_stmt = default_is_stmt; in print_debug_line_section()
8657 is_stmt = default_is_stmt; in print_debug_line_section()