reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
115 ErrorAsOutParameter ErrAsOutParam(&Err); 117 Err = make_error<GenericBinaryError>("File too small to be a Mach-O " 129 Err = malformedError("contains zero architecture types"); 138 Err = malformedError("bad magic number"); 142 Err = malformedError("fat_arch" + 152 Err = malformedError("offset plus size of cputype (" + 160 Err = malformedError("align (2^" + Twine(A.getAlign()) + 168 Err = malformedError("offset: " + Twine(A.getOffset()) + 175 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " 188 Err = malformedError("contains two of the same architecture (cputype " 199 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " 210 Err = Error::success();