Searched refs:HasCustom (Results 1 – 1 of 1) sorted by relevance
1709 bool *HasCustom = nullptr) { in ARMCountOfInstructionBytes() argument1759 if (HasCustom) in ARMCountOfInstructionBytes()1760 *HasCustom = true; in ARMCountOfInstructionBytes()1778 bool HasCustom = false; in checkARMInstructions() local1779 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Insns, &HasCustom); in checkARMInstructions()1780 if (HasCustom) in checkARMInstructions()