Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
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()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.cpp57 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset()
/external/elfutils/libdw/
Ddwarf_getsrclines.c262 uint_fast8_t default_is_stmt = *linep++; in read_srclines() local
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h72 bool default_is_stmt; // stmt stands for statement member
/external/elfutils/src/
Dreadelf.c6538 uint_fast8_t default_is_stmt = *linep++; in print_debug_line_section() local