Searched refs:HasCustom (Results 1 – 1 of 1) sorted by relevance
1491 bool *HasCustom = nullptr) { in ARMCountOfInstructionBytes() argument1541 if (HasCustom) in ARMCountOfInstructionBytes()1542 *HasCustom = true; in ARMCountOfInstructionBytes()1560 bool HasCustom = false; in checkARMInstructions() local1561 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Insns, &HasCustom); in checkARMInstructions()1562 if (HasCustom) in checkARMInstructions()