Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp1491 bool *HasCustom = nullptr) { in ARMCountOfInstructionBytes() argument
1541 if (HasCustom) in ARMCountOfInstructionBytes()
1542 *HasCustom = true; in ARMCountOfInstructionBytes()
1560 bool HasCustom = false; in checkARMInstructions() local
1561 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Insns, &HasCustom); in checkARMInstructions()
1562 if (HasCustom) in checkARMInstructions()