Searched refs:createError (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp23 return createError("zlib is not available");
38 return createError("corrupted compressed section header");
44 return createError("corrupted uncompressed section size");
56 return createError("corrupted compressed section header");
63 return createError("unsupported compression type");
H A DMinidump.cpp35 return createError("String size not even");
51 return createError("String decoding failed");
60 return createError("No such stream");
78 return createError("No such stream");
119 return createError("Invalid signature");
121 return createError("Invalid version");
146 return createError("Cannot handle one of the minidump streams");
150 return createError("Duplicate stream type");
H A DCOFFModuleDefinition.cpp83 static Error createError(const Twine &Err) { function in namespace:llvm::object
172 return createError("integer expected");
179 return createError(Msg);
226 return createError("unknown directive: " + Tok.Value);
237 return createError("identifier expected, but got " + Tok.Value);
341 return createError("identifier expected, but got " + Tok.Value);
345 return createError("integer expected, but got " + Tok.Value);
349 return createError("integer expected, but got " + Tok.Value);
H A DELF.cpp361 return createError("invalid packed relocation header");
379 return createError(ErrStr);
386 return createError("relocation group unexpectedly large");
420 return createError(ErrStr);
424 return createError(ErrStr);
543 return createError("invalid empty dynamic section");
547 return createError("malformed dynamic section");
551 return createError("dynamic sections must be DT_NULL terminated");
575 return createError("virtual address is not in any segment: 0x" +
581 return createError("virtua
[all...]
H A DELFObjectFile.cpp77 return createError("Insufficient alignment");
85 return createError("Invalid ELF data");
92 return createError("Invalid ELF data");
94 return createError("Invalid ELF class");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp27 static Error createError(StringRef Err) { function
60 return Res ? createError(convertZlibCodeToString(Res)) : Error::success();
71 return Res ? createError(convertZlibCodeToString(Res)) : Error::success();
H A DAPFloat.cpp211 static inline Error createError(const Twine &Err) { function in namespace:llvm
249 return createError("Exponent has no digits");
254 return createError("Invalid character in exponent");
261 return createError("Invalid character in exponent");
286 return createError("Exponent has no digits");
292 return createError("Exponent has no digits");
302 return createError("Invalid character in exponent");
341 return createError("Significand has no digits");
386 return createError("String contains multiple dots");
397 return createError("Invali
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h47 static inline Error createError(const Twine &Err) { function in namespace:llvm::object
68 return createError(Msg);
195 return createError("invalid e_phentsize: " +
200 return createError("program headers are longer than binary of size " +
221 Err = createError("PT_NOTE header has invalid offset (0x" +
240 Err = createError("SHT_NOTE section " + getSecIndexForError(this, &Shdr) +
313 return createError("invalid section index: " + Twine(Index));
325 return createError(
383 return createError("unable to get symbol from section " +
394 return createError("sectio
[all...]
H A DMinidump.h144 static Error createError(StringRef Str) { function in class:llvm::object::MinidumpFile
196 return createError("No such stream");
H A DELFObjectFile.h922 return createError("Section is not SHT_RELA");
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h73 reportError(object::createError(
128 object::createError("only version 1 of .eh_frame_hdr is supported"),
134 reportError(object::createError("unexpected encoding eh_frame_ptr_enc"),
140 reportError(object::createError("unexpected encoding fde_count_enc"),
146 reportError(object::createError("unexpected encoding table_enc"),
166 reportError(object::createError("initial_location is out of order"),
H A DObjDumper.cpp26 static inline Error createError(const Twine &Msg) { function in namespace:llvm
71 createError(formatv("could not find section '{0}'", S.first).str()),
77 createError(formatv("could not find section {0}", S.first).str()),
H A DELFDumper.cpp145 reportWarning(createError("invalid section size (" + Twine(Size) +
359 return createError("invalid section linked to " +
367 return createError("invalid string table linked to " +
383 return createError("invalid section linked to " +
390 return createError(
404 return createError(
413 return createError(
429 return createError("the SHT_GNU_versym section with index " +
435 return createError(
448 createError("SHT_GNU_versy
[all...]
H A DCOFFDumper.cpp63 static inline Error createError(const Twine &Err) { function
1946 reportError(createError(Err), Obj->getFileName());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1341 static Error createError(const Twine &Reason, llvm::Error E) { function
1374 return createError("failed to compute symbol address: ",
1380 return createError("failed to get symbol section: ",
1604 ErrorPolicy EP = HandleError(createError(
1625 ErrorPolicy EP = HandleError(createError(
1750 ErrorPolicy EP = HandleError(createError(
1762 createError("failed to compute relocation: " + Type + ", ",
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp49 return createError("dynamic string table not found");

Completed in 220 milliseconds