Searched refs:default_is_stmt (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h88 Row(bool default_is_stmt = false) { reset(default_is_stmt); }
91 void reset(bool default_is_stmt);
H A DDWARFDebugLine.cpp25 << format("default_is_stmt: %u\n", DefaultIsStmt)
59 void DWARFDebugLine::Row::reset(bool default_is_stmt) { argument
65 IsStmt = default_is_stmt;
/external/qemu/elff/
H A Ddwarf_cu.h62 Elf_Byte default_is_stmt; member in struct:Dwarf_STMTL_Hdr
457 stmtl_header_.default_is_stmt = stmtl_hdr->default_is_stmt;
H A Ddwarf_cu.cc478 DwarfStateMachine state(stmtl_header_.default_is_stmt != 0);
498 state.reset(stmtl_header_.default_is_stmt != 0);
H A Ddwarf_defs.h541 Elf_Byte default_is_stmt; member in struct:Dwarf_STMTLHdr
900 * set_is_stmt - Matches value of default_is_stmt field in the STMTL header.
924 * set_is_stmt - Matches value of default_is_stmt field in the STMTL header.
/external/elfutils/libdw/
H A Ddwarf_getsrclines.c202 uint_fast8_t default_is_stmt = *linep++; local
350 uint_fast8_t is_stmt = default_is_stmt;
422 is_stmt = default_is_stmt;
/external/oprofile/opjitconv/
H A Ddebug_line.c96 ubyte default_is_stmt; member in struct:debug_line_header
318 * is_stmt = default_is_stmt as given in the debug_line_header
/external/elfutils/src/
H A Dreadelf.c4580 uint_fast8_t default_is_stmt = *linep++; local
4605 minimum_instr_len, "is_stmt", default_is_stmt, line_base, local
4683 uint_fast8_t is_stmt = default_is_stmt;
4771 is_stmt = default_is_stmt;

Completed in 622 milliseconds