Searched refs:HasCustom (Results 1 – 1 of 1) sorted by relevance
1503 bool *HasCustom = nullptr) { in ARMCountOfInstructionBytes() argument1553 if (HasCustom) in ARMCountOfInstructionBytes()1554 *HasCustom = true; in ARMCountOfInstructionBytes()1572 bool HasCustom = false; in checkARMInstructions() local1573 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Insns, &HasCustom); in checkARMInstructions()1574 if (HasCustom) in checkARMInstructions()