Searched refs:validateEncoding (Results 1 – 3 of 3) sorted by relevance
1212 bool validateEncoding(const MCInst &Instruction,
1208 if (!BC.validateEncoding(Instruction, FunctionData.slice(Offset, Size))) { in disassemble()1229 if (!BC.validateEncoding(TempInst, FunctionData.slice(Offset, Size))) { in disassemble()
2247 bool BinaryContext::validateEncoding(const MCInst &Inst, in validateEncoding() function in llvm::bolt::BinaryContext