Home
last modified time | relevance | path

Searched refs:createError (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h114 return createError(
166 return createError(Msg); in defaultWarningHandler()
418 return createError( in getExtendedSymbolTableIndex()
647 return createError( in getSectionStringTable()
778 return createError( in sections()
801 return createError( in sections()
834 return createError( in getEntry()
914 return createError( in getVersionDefinitions()
987 return createError( in getVersionDependencies()
1104 return createError( in getSHNDXTable()
[all …]
H A DMinidump.h144 static Error createError(StringRef Str) { in createError() function
196 return createError("No such stream"); in getStream()
H A DStackMapParser.h328 return object::createError( in validateHeader()
334 return object::createError( in validateHeader()
H A DELFObjectFile.h1048 return createError("Section is not SHT_RELA"); in getRelocationAddend()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp35 return createError("String size not even"); in getString()
51 return createError("String decoding failed"); in getString()
60 return createError("No such stream"); in getMemoryInfoList()
78 return createError("No such stream"); in getListStream()
119 return createError("Invalid signature"); in create()
121 return createError("Invalid version"); in create()
146 return createError("Cannot handle one of the minidump streams"); in create()
150 return createError("Duplicate stream type"); in create()
H A DDecompressor.cpp23 return createError("zlib is not available"); in create()
38 return createError("corrupted compressed section header"); in consumeCompressedGnuHeader()
44 return createError("corrupted uncompressed section size"); in consumeCompressedGnuHeader()
56 return createError("corrupted compressed section header"); in consumeCompressedZLibHeader()
63 return createError("unsupported compression type"); in consumeCompressedZLibHeader()
H A DCOFFModuleDefinition.cpp83 static Error createError(const Twine &Err) { in createError() function
172 return createError("integer expected"); in readAsInt()
179 return createError(Msg); in expect()
226 return createError("unknown directive: " + Tok.Value); in parseOne()
237 return createError("identifier expected, but got " + Tok.Value); in parseExport()
341 return createError("identifier expected, but got " + Tok.Value); in parseVersion()
345 return createError("integer expected, but got " + Tok.Value); in parseVersion()
349 return createError("integer expected, but got " + Tok.Value); in parseVersion()
H A DELF.cpp386 return createError("invalid packed relocation header"); in android_relas()
404 return createError("relocation group unexpectedly large"); in android_relas()
554 return createError("invalid empty dynamic section"); in dynamicEntries()
558 return createError("dynamic sections must be DT_NULL terminated"); in dynamicEntries()
593 return createError("virtual address is not in any segment: 0x" + in toMappedAddr()
599 return createError("virtual address is not in any segment: 0x" + in toMappedAddr()
604 return createError("can't map virtual address 0x" + in toMappedAddr()
639 ULEBSizeErr = createError( in decodeBBAddrMap()
H A DELFObjectFile.cpp80 return createError("Insufficient alignment"); in createELFObjectFile()
88 return createError("Invalid ELF data"); in createELFObjectFile()
95 return createError("Invalid ELF data"); in createELFObjectFile()
97 return createError("Invalid ELF class"); in createELFObjectFile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h75 reportError(object::createError( in printUnwindInformation()
127 object::createError("only version 1 of .eh_frame_hdr is supported"), in printEHFrameHdr()
133 reportError(object::createError("unexpected encoding eh_frame_ptr_enc"), in printEHFrameHdr()
139 reportError(object::createError("unexpected encoding fde_count_enc"), in printEHFrameHdr()
145 reportError(object::createError("unexpected encoding table_enc"), in printEHFrameHdr()
165 reportError(object::createError("initial_location is out of order"), in printEHFrameHdr()
H A DObjDumper.cpp25 static inline Error createError(const Twine &Msg) { in createError() function
34 reportWarning(createError(Msg), ObjName); in ObjDumper()
105 createError(formatv("could not find section '{0}'", S.first).str()), in getSectionRefsByNameOrIndex()
111 createError(formatv("could not find section {0}", S.first).str()), in getSectionRefsByNameOrIndex()
H A DELFDumper.cpp425 return createError( in getLinkAsSymtab()
434 return createError( in getLinkAsSymtab()
928 return createError( in getSymbolSectionIndex()
2414 return createError("the hash table at offset 0x" + in checkHashTable()
2450 return createError("unable to dump the SHT_GNU_HASH " in checkGNUHashTable()
2483 return createError("no dynamic symbol table found"); in getGnuHashTableChains()
2503 return createError( in getGnuHashTableChains()
2738 return createError("cannot find PLTGOT dynamic tag"); in findGOT()
3075 return createError( in readMipsOptions()
4735 return createError(Err); in toULEB128Array()
[all …]
H A Dllvm-readobj.cpp349 reportError(createError(ContentErrString), FileStr); in dumpObject()
H A DCOFFDumper.cpp1974 reportError(createError(Err), Obj->getFileName()); in printAddrsig()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp27 static Error createError(StringRef Err) { in createError() function
60 return Res ? createError(convertZlibCodeToString(Res)) : Error::success(); in compress()
71 return Res ? createError(convertZlibCodeToString(Res)) : Error::success(); in uncompress()
H A DAPFloat.cpp232 static inline Error createError(const Twine &Err) { in createError() function
270 return createError("Exponent has no digits"); in readExponent()
307 return createError("Exponent has no digits"); in totalExponent()
313 return createError("Exponent has no digits"); in totalExponent()
362 return createError("Significand has no digits"); in skipLeadingZeroesAndAnyDot()
420 return createError("Significand has no digits"); in interpretDecimal()
422 return createError("Significand has no digits"); in interpretDecimal()
2573 return createError("Significand has no digits"); in convertFromHexadecimalString()
2886 return createError("Invalid string length"); in convertFromString()
2900 return createError("String has no digits"); in convertFromString()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp349 return createError( in terminatedSubstr()
370 return createError(Stream.str().c_str()); in appendToError()
383 return createError("No .dynamic section found"); in populateDynamic()
418 return createError( in populateDynamic()
422 return createError( in populateDynamic()
426 return createError( in populateDynamic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1420 static Error createError(const Twine &Reason, llvm::Error E) { in createError() function
1453 return createError("failed to compute symbol address: ", in getSymbolInfo()
1459 return createError("failed to get symbol section: ", in getSymbolInfo()
1682 HandleError(createError("failed to get relocated section: ", in DWARFObjInMemory()
1702 HandleError(createError("failed to decompress '" + Name + "', ", in DWARFObjInMemory()
1828 HandleError(createError( in DWARFObjInMemory()
1839 createError("failed to compute relocation: " + Type + ", ", in DWARFObjInMemory()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp266 static Error createError(StringRef Name, Error E) { in createError() function
282 return createError(Name, Dec.takeError()); in handleCompressedSection()
286 return createError(Name, std::move(E)); in handleCompressedSection()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp52 return createError("dynamic string table not found"); in getDynamicStrTab()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1620 return createError("unable to read an entry with index " + Twine(I) + in readSymbolVersionsELF()
1626 return createError("unable to read flags for symbol with index " + in readSymbolVersionsELF()
1634 return createError("unable to get a version for entry " + Twine(I) + in readSymbolVersionsELF()