HomeSort by: relevance | last modified time | path
    Searched refs:malformedError (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 60 static Error malformedError(const Twine &Msg) {
84 return malformedError("Structure read out-of-range");
191 return malformedError("load command " + Twine(LoadCommandIndex) +
194 return malformedError("load command " + Twine(LoadCommandIndex) +
206 return malformedError("load command 0 extends past the end all load "
218 return malformedError("load command " + Twine(LoadCommandIndex + 1) +
227 Err = malformedError("the mach header extends past the end of the "
255 return malformedError(Twine(Name) + " at offset " + Twine(Offset) +
284 return malformedError("load command " + Twine(LoadCommandIndex) +
292 return malformedError("load command " + Twine(LoadCommandIndex)
    [all...]
MachOUniversal.cpp 26 malformedError(Twine Msg) {
149 Err = malformedError("contains zero architecture types");
158 Err = malformedError("bad magic number");
162 Err = malformedError("fat_arch" +
172 Err = malformedError("offset plus size of cputype (" +
180 Err = malformedError("align (2^" + Twine(A.getAlign()) +
188 Err = malformedError("offset: " + Twine(A.getOffset()) +
195 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") "
208 Err = malformedError("contains two of the same architecture (cputype "
219 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ")
    [all...]
Archive.cpp 47 malformedError(Twine Msg) {
70 *Err = malformedError(Msg + "at offset " + Twine(Offset));
72 *Err = malformedError(Msg + "for " + NameOrErr.get());
90 *Err = malformedError(Msg + "at offset " + Twine(Offset));
92 *Err = malformedError(Msg + "for " + NameOrErr.get());
107 return malformedError("name contains a leading space for archive member "
136 return malformedError("archive header truncated before the name field "
163 return malformedError("long name offset characters after the '/' are "
173 return malformedError("long name offset " + Twine(StringOffset) + " past "
184 return malformedError("string table at long name offset "
    [all...]

Completed in 24 milliseconds