Home
last modified time | relevance | path

Searched refs:executable_format_error (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/XRay/
H A DTrace.cpp69 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 DFDRRecordProducer.cpp47 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 DBlockVerifier.cpp112 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 DInstrumentationMap.cpp87 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 Dllvm-tapi-diff.cpp58 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 DErrc.h43 executable_format_error = int(std::errc::executable_format_error), enumerator
/llvm-project-15.0.7/libcxx/include/
H A D__errc39 executable_format_error, // ENOEXEC
136 executable_format_error = ENOEXEC,
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp37 static_assert(static_cast<int>(std::errc::executable_format_error) == ENOEXEC, ""); in main()
/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-account.cpp478 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 Dxray-converter.cpp406 std::make_error_code(std::errc::executable_format_error)), in __anon1fd0667e0302()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp483 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 DProgrammersManual.rst711 make_error<StringError>("Bad executable", errc::executable_format_error);
712 createStringError(errc::executable_format_error, "Bad executable");
733 createStringError(errc::executable_format_error,