#include <OperatorPrinter.h>
Definition at line 11 of file OperatorPrinter.h.
◆ Result
◆ OperatorPrinter()
IR::OperatorPrinter::OperatorPrinter |
( |
const Module & | inModule, |
|
|
const FunctionDef & | inFunctionDef ) |
|
inline |
Definition at line 15 of file OperatorPrinter.h.
16 : module(inModule), functionDef(inFunctionDef) {}
◆ unknown()
std::string IR::OperatorPrinter::unknown |
( |
Opcode | opcode | ) |
|
|
inline |
Definition at line 26 of file OperatorPrinter.h.
27 {
28 return "<unknown opcode " + std::to_string((
Uptr)opcode) +
">";
29 }
PointerIntHelper< sizeof(size_t)>::UnsignedIntType Uptr
The documentation for this struct was generated from the following file: