Home
last modified time | relevance | path

Searched refs:MinInstLength (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/DebugInfo/
DDWARFDebugLine.h37 : TotalLength(0), Version(0), PrologueLength(0), MinInstLength(0), in Prologue()
51 uint8_t MinInstLength; member
79 MinInstLength = LineBase = LineRange = OpcodeBase = 0; in clear()
DDWARFDebugLine.cpp24 << format("min_inst_length: %u\n", MinInstLength) in dump()
178 prologue->MinInstLength = debug_line_data.getU8(offset_ptr); in parsePrologue()
335 prologue->MinInstLength; in parseStatementTable()
383 prologue->MinInstLength; in parseStatementTable()
467 prologue->MinInstLength; in parseStatementTable()