Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1212 bool validateEncoding(const MCInst &Instruction,
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1208 if (!BC.validateEncoding(Instruction, FunctionData.slice(Offset, Size))) { in disassemble()
1229 if (!BC.validateEncoding(TempInst, FunctionData.slice(Offset, Size))) { in disassemble()
H A DBinaryContext.cpp2247 bool BinaryContext::validateEncoding(const MCInst &Inst, in validateEncoding() function in llvm::bolt::BinaryContext