Home
last modified time | relevance | path

Searched defs:default_is_stmt (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp132 DWARFDebugLine::Row::Row(bool default_is_stmt) { reset(default_is_stmt); } in Row()
140 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset()
/aosp_15_r20/art/compiler/debug/
H A Delf_debug_line_writer.h222 const bool default_is_stmt = mi->is_native_debuggable; in WriteCompilationUnit() local
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf_getsrclines.c288 uint_fast8_t default_is_stmt = *linep++; in read_srclines() local
/aosp_15_r20/external/cronet/base/debug/
H A Ddwarf_line_no.cc46 uint8_t default_is_stmt; member
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.h96 bool default_is_stmt; // stmt stands for statement member
/aosp_15_r20/external/elfutils/src/
H A Dreadelf.c9061 uint_fast8_t default_is_stmt = *linep++; in print_debug_line_section() local