Talvos
0.1
SPIR-V interpreter and dynamic analysis framework
|
This is the complete list of members for talvos::Instruction, including all inherited members.
getNumOperands() const | talvos::Instruction | inline |
getOpcode() const | talvos::Instruction | inline |
getOperand(unsigned i) const | talvos::Instruction | inline |
getOperands() const | talvos::Instruction | inline |
getResultType() const | talvos::Instruction | inline |
insertAfter(Instruction *I) | talvos::Instruction | |
Instruction(uint16_t Opcode, uint16_t NumOperands, const uint32_t *Operands, const Type *ResultType) | talvos::Instruction | |
Instruction(const Instruction &)=delete | talvos::Instruction | |
next() const | talvos::Instruction | inline |
Next | talvos::Instruction | private |
NumOperands | talvos::Instruction | private |
Opcode | talvos::Instruction | private |
opcodeToString(uint16_t Opcode) | talvos::Instruction | static |
Operands | talvos::Instruction | private |
operator=(const Instruction &)=delete | talvos::Instruction | |
Previous | talvos::Instruction | private |
previous() const | talvos::Instruction | inline |
print(std::ostream &O, bool Align=true) const | talvos::Instruction | |
ResultType | talvos::Instruction | private |
~Instruction() | talvos::Instruction | inline |