Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWin64EH.cpp1201 bool *HasCustom = nullptr) { in ARMCountOfInstructionBytes() argument
1251 if (HasCustom) in ARMCountOfInstructionBytes()
1252 *HasCustom = true; in ARMCountOfInstructionBytes()
1270 bool HasCustom = false; in checkARMInstructions() local
1271 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Insns, &HasCustom); in checkARMInstructions()
1272 if (HasCustom) in checkARMInstructions()