Searched refs:executable_format_error (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/XRay/ |
| H A D | Trace.cpp | 69 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 76 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 89 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 96 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 115 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 123 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 131 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 138 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 145 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 202 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() [all …]
|
| H A D | FDRRecordProducer.cpp | 47 std::make_error_code(std::errc::executable_format_error), in metadataRecordType() 91 std::make_error_code(std::errc::executable_format_error), in findNextBufferExtent() 127 std::make_error_code(std::errc::executable_format_error), in produce() 153 std::make_error_code(std::errc::executable_format_error), in produce() 164 std::make_error_code(std::errc::executable_format_error), in produce() 185 std::make_error_code(std::errc::executable_format_error), in produce()
|
| H A D | BlockVerifier.cpp | 112 std::make_error_code(std::errc::executable_format_error), in transition() 128 std::make_error_code(std::errc::executable_format_error), in transition() 195 std::make_error_code(std::errc::executable_format_error), in verify()
|
| H A D | InstrumentationMap.cpp | 87 std::make_error_code(std::errc::executable_format_error)); in loadObj() 153 std::make_error_code(std::errc::executable_format_error)); in loadObj() 193 std::make_error_code(std::errc::executable_format_error)); in loadObj()
|
| /llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/ |
| H A D | llvm-tapi-diff.cpp | 58 ExitOnErr(createStringError(std::errc::executable_format_error, in main() 67 ExitOnErr(createStringError(std::errc::executable_format_error, in main()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Errc.h | 43 executable_format_error = int(std::errc::executable_format_error), enumerator
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __errc | 39 executable_format_error, // ENOEXEC 136 executable_format_error = ENOEXEC,
|
| /llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/ |
| H A D | errc.pass.cpp | 37 static_assert(static_cast<int>(std::errc::executable_format_error) == ENOEXEC, ""); in main()
|
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | xray-account.cpp | 478 std::make_error_code(std::errc::executable_format_error)), in __anoncdccbc530f02() 507 std::make_error_code(std::errc::executable_format_error)); in __anoncdccbc530f02()
|
| H A D | xray-converter.cpp | 406 std::make_error_code(std::errc::executable_format_error)), in __anon1fd0667e0302()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 483 return createStringError(errc::executable_format_error, in discoverStorage() 540 return createStringError(errc::executable_format_error, in discoverStorage() 1978 errc::executable_format_error); in processDynamicRelocations() 1992 errc::executable_format_error); in processDynamicRelocations() 5158 return createStringError(errc::executable_format_error, in readELFDynamic()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ProgrammersManual.rst | 711 make_error<StringError>("Bad executable", errc::executable_format_error); 712 createStringError(errc::executable_format_error, "Bad executable"); 733 createStringError(errc::executable_format_error,
|