Searched refs:HasCustom (Results 1 – 1 of 1) sorted by relevance
1201 bool *HasCustom = nullptr) { in ARMCountOfInstructionBytes() argument1251 if (HasCustom) in ARMCountOfInstructionBytes()1252 *HasCustom = true; in ARMCountOfInstructionBytes()1270 bool HasCustom = false; in checkARMInstructions() local1271 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Insns, &HasCustom); in checkARMInstructions()1272 if (HasCustom) in checkARMInstructions()