Lines Matching defs:checkOpcode
299 Entry->checkOpcode = checkOpcodeArm<K>;
301 Entry->checkOpcode = checkOpcodeThumb<K>;
313 static Error checkOpcode(LinkGraph &G, const ArmRelocation &R,
319 assert(Info.checkOpcode && "Opcode check is mandatory for Arm edges");
320 if (!Info.checkOpcode(R.Wd))
326 static Error checkOpcode(LinkGraph &G, const ThumbRelocation &R,
332 assert(Info.checkOpcode && "Opcode check is mandatory for Thumb edges");
333 if (!Info.checkOpcode(R.Hi, R.Lo))
412 if (Error Err = checkOpcode(G, R, Kind))
435 if (Error Err = checkOpcode(G, R, Kind))
524 if (Error Err = checkOpcode(G, R, Kind))
600 if (Error Err = checkOpcode(G, R, Kind))