Lines Matching defs:check
33 static inline std::error_code check(std::error_code Err) {
343 // "Check that -2^27 <= result < 2^27".
406 // Check that -2^32 <= X < 2^32
407 assert(isInt<33>(Result) && "overflow check failed for relocation");
799 check(Section.getName(SectionName));
829 check(RelSecI->getName(RelSectionName));
847 Check(AddendOrErr.getError());
854 // Just check if following relocation is a R_PPC64_TOC
860 // to check if this .opd entry refers to the symbol the relocation
866 check(TSIOrErr.getError());