/llvm-project/llvm/lib/XRay/ |
H A D | Trace.cpp | 70 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 77 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 90 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 97 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 116 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 124 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 132 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 139 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 146 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 161 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 | 114 std::make_error_code(std::errc::executable_format_error), in transition() 130 std::make_error_code(std::errc::executable_format_error), in transition() 197 std::make_error_code(std::errc::executable_format_error), in verify()
|
H A D | InstrumentationMap.cpp | 89 std::make_error_code(std::errc::executable_format_error)); in loadObj() 155 std::make_error_code(std::errc::executable_format_error)); in loadObj() 195 std::make_error_code(std::errc::executable_format_error)); in loadObj()
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | LinuxKernelRewriter.cpp | 452 return createStringError(errc::executable_format_error, in processSMPLocks() 506 return createStringError(errc::executable_format_error, in readORCTables() 519 return createStringError(errc::executable_format_error, in readORCTables() 532 return createStringError(errc::executable_format_error, in readORCTables() 537 return createStringError(errc::executable_format_error, in readORCTables() 576 return createStringError(errc::executable_format_error, in readORCTables() 582 return createStringError(errc::executable_format_error, in readORCTables() 598 return createStringError(errc::executable_format_error, in readORCTables() 621 return createStringError(errc::executable_format_error, in readORCTables() 667 errc::executable_format_error, in processORCPostCFG() [all...] |
H A D | BuildIDRewriter.cpp | 77 return createStringError(errc::executable_format_error, in sectionInitializer()
|
H A D | SDTRewriter.cpp | 125 return createStringError(errc::executable_format_error, in preCFGInitializer()
|
H A D | RewriteInstance.cpp | 576 return createStringError(errc::executable_format_error, in discoverStorage() 638 return createStringError(errc::executable_format_error, in discoverStorage() 2328 errc::executable_format_error); in readDynamicRelocations() 2341 errc::executable_format_error); in readDynamicRelocations() 2372 errc::executable_format_error); in readDynamicRelocations() 5498 return createStringError(errc::executable_format_error, in getNewFunctionOrDataAddress()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Errc.h | 47 executable_format_error = int(std::errc::executable_format_error), enumerator
|
/llvm-project/libcxx/include/__system_error/ |
H A D | errc.h | 39 executable_format_error, // ENOEXEC 162 executable_format_error = ENOEXEC, in _LIBCPP_DECLARE_STRONG_ENUM()
|
/llvm-project/libcxx/test/std/diagnostics/syserr/ |
H A D | errc.pass.cpp | 40 static_assert(static_cast<int>(std::errc::executable_format_error) == ENOEXEC, ""); in main()
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-account.cpp | 480 std::make_error_code(std::errc::executable_format_error)), in __anon09c816560f02() 509 std::make_error_code(std::errc::executable_format_error)); in __anon09c816560f02()
|
H A D | xray-converter.cpp | 406 std::make_error_code(std::errc::executable_format_error)), in __anon480a4d410302()
|
/llvm-project/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,
|