Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/DebugInfo/
DDWARFDebugLine.cpp425 uint8_t opcode_length = prologue->StandardOpcodeLengths[opcode - 1]; in parseStatementTable() local
426 for (uint8_t i=0; i<opcode_length; ++i) in parseStatementTable()