Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h47 static inline Error createError(const Twine &Err) { in createError() function
68 return createError(Msg); in defaultWarningHandler()
195 return createError("invalid e_phentsize: " + in program_headers()
200 return createError("program headers are longer than binary of size " + in program_headers()
221 Err = createError("PT_NOTE header has invalid offset (0x" + in notes_begin()
240 Err = createError("SHT_NOTE section " + getSecIndexForError(this, &Shdr) + in notes_begin()
313 return createError("invalid section index: " + Twine(Index)); in getSection()
325 return createError( in getExtendedSymbolTableIndex()
383 return createError("unable to get symbol from section " + in getSymbol()
394 return createError("sectio in getSectionContentsAsArray()
[all...]
H A DMinidump.h144 static Error createError(StringRef Str) { in createError() function in llvm::object::MinidumpFile
196 return createError("No such stream"); in getStream()
H A DELFObjectFile.h922 return createError("Section is not SHT_RELA"); in getRelocationAddend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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.cpp361 return createError("invalid packed relocation header"); in android_relas()
379 return createError(ErrStr); in android_relas()
386 return createError("relocation group unexpectedly large"); in android_relas()
420 return createError(ErrStr); in android_relas()
424 return createError(ErrStr); in android_relas()
543 return createError("invalid empty dynamic section"); in dynamicEntries()
547 return createError("malformed dynamic section"); in dynamicEntries()
551 return createError("dynamic sections must be DT_NULL terminated"); in dynamicEntries()
575 return createError("virtual address is not in any segment: 0x" + in toMappedAddr()
581 return createError("virtua in toMappedAddr()
[all...]
H A DELFObjectFile.cpp77 return createError("Insufficient alignment"); in createELFObjectFile()
85 return createError("Invalid ELF data"); in createELFObjectFile()
92 return createError("Invalid ELF data"); in createELFObjectFile()
94 return createError("Invalid ELF class"); in createELFObjectFile()
/third_party/node/deps/npm/node_modules/err-code/
H A Dindex.js15 function createError(err, code, props) { function
47 module.exports = createError;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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.cpp211 static inline Error createError(const Twine &Err) { in createError() function
249 return createError("Exponent has no digits"); in readExponent()
254 return createError("Invalid character in exponent"); in readExponent()
261 return createError("Invalid character in exponent"); in readExponent()
286 return createError("Exponent has no digits"); in totalExponent()
292 return createError("Exponent has no digits"); in totalExponent()
302 return createError("Invalid character in exponent"); in totalExponent()
341 return createError("Significand has no digits"); in skipLeadingZeroesAndAnyDot()
386 return createError("String contains multiple dots"); in interpretDecimal()
397 return createError("Invali in interpretDecimal()
[all...]
/third_party/node/test/js-native-api/test_error/
H A Dtest_error.c73 static napi_value createError(napi_env env, napi_callback_info info) { in createError() function
182 DECLARE_NODE_API_PROPERTY("createError", createError), in Init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1341 static Error createError(const Twine &Reason, llvm::Error E) { in createError() function
1374 return createError("failed to compute symbol address: ", in getSymbolInfo()
1380 return createError("failed to get symbol section: ", in getSymbolInfo()
1604 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory()
1625 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory()
1750 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory()
1762 createError("failed to compute relocation: " + Type + ", ", in DWARFObjInMemory()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js43301 function createError(location, message, arg0, arg1, arg2, arg3) { global() function
[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 249 milliseconds