Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp1503 bool *HasCustom = nullptr) { in ARMCountOfInstructionBytes() argument
1553 if (HasCustom) in ARMCountOfInstructionBytes()
1554 *HasCustom = true; in ARMCountOfInstructionBytes()
1572 bool HasCustom = false; in checkARMInstructions() local
1573 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Insns, &HasCustom); in checkARMInstructions()
1574 if (HasCustom) in checkARMInstructions()