Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/XRay/
H A DTrace.cpp70 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 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.cpp114 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 DInstrumentationMap.cpp89 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 DLinuxKernelRewriter.cpp452 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 DBuildIDRewriter.cpp77 return createStringError(errc::executable_format_error, in sectionInitializer()
H A DSDTRewriter.cpp125 return createStringError(errc::executable_format_error, in preCFGInitializer()
H A DRewriteInstance.cpp576 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 DErrc.h47 executable_format_error = int(std::errc::executable_format_error), enumerator
/llvm-project/libcxx/include/__system_error/
H A Derrc.h39 executable_format_error, // ENOEXEC
162 executable_format_error = ENOEXEC, in _LIBCPP_DECLARE_STRONG_ENUM()
/llvm-project/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp40 static_assert(static_cast<int>(std::errc::executable_format_error) == ENOEXEC, ""); in main()
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp480 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 Dxray-converter.cpp406 std::make_error_code(std::errc::executable_format_error)), in __anon480a4d410302()
/llvm-project/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,