Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp1709 bool *HasCustom = nullptr) { in ARMCountOfInstructionBytes() argument
1759 if (HasCustom) in ARMCountOfInstructionBytes()
1760 *HasCustom = true; in ARMCountOfInstructionBytes()
1778 bool HasCustom = false; in checkARMInstructions() local
1779 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Insns, &HasCustom); in checkARMInstructions()
1780 if (HasCustom) in checkARMInstructions()