#include <ConvertUsecodeU8.h>
Inheritance diagram for ConvertUsecodeU8:

Public Member Functions | |
| const char *const * | intrinsics () |
| const char *const * | event_names () |
| void | readheader (IDataSource *ucfile, UsecodeHeader &uch, uint32 &curOffset) |
| void | readevents (IDataSource *ucfile, const UsecodeHeader &) |
| void | readOp (TempOp &op, IDataSource *ucfile, uint32 &dbg_symbol_offset, std::vector< DebugSymbol > &debugSymbols, bool &done) |
| Node * | readOp (IDataSource *ucfile, uint32 &dbg_symbol_offset, std::vector< DebugSymbol > &debugSymbols, bool &done) |
Static Private Attributes | |
| static const char *const | _intrinsics [] |
| static const char *const | _event_names [] |
Definition at line 54 of file ConvertUsecodeU8.h.
| const char* const* ConvertUsecodeU8::event_names | ( | ) | [inline, virtual] |
Implements ConvertUsecode.
Definition at line 58 of file ConvertUsecodeU8.h.
References _event_names.
| const char* const* ConvertUsecodeU8::intrinsics | ( | ) | [inline, virtual] |
Implements ConvertUsecode.
Definition at line 57 of file ConvertUsecodeU8.h.
References _intrinsics.
| void ConvertUsecodeU8::readevents | ( | IDataSource * | ucfile, | |
| const UsecodeHeader & | ||||
| ) | [inline] |
Definition at line 60 of file ConvertUsecodeU8.h.
References EventMap, pout, and ConvertUsecode::read4().
| void ConvertUsecodeU8::readheader | ( | IDataSource * | ucfile, | |
| UsecodeHeader & | uch, | |||
| uint32 & | curOffset | |||
| ) |
Definition at line 401 of file ConvertUsecodeU8.h.
References UsecodeHeader::maxOffset, perr, and ConvertUsecode::read4().
| Node* ConvertUsecodeU8::readOp | ( | IDataSource * | ucfile, | |
| uint32 & | dbg_symbol_offset, | |||
| std::vector< DebugSymbol > & | debugSymbols, | |||
| bool & | done | |||
| ) | [inline, virtual] |
| void ConvertUsecodeU8::readOp | ( | TempOp & | op, | |
| IDataSource * | ucfile, | |||
| uint32 & | dbg_symbol_offset, | |||
| std::vector< DebugSymbol > & | debugSymbols, | |||
| bool & | done | |||
| ) | [inline, virtual] |
Implements ConvertUsecode.
Definition at line 75 of file ConvertUsecodeU8.h.
References ConvertUsecode::readOpGeneric().
const char *const ConvertUsecodeU8::_event_names [static, private] |
const char *const ConvertUsecodeU8::_intrinsics [static, private] |
1.4.7