Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/XRay/
H A DTrace.cpp67 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
74 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
87 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
94 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
113 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
121 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
129 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
136 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
143 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog()
200 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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DErrc.h43 executable_format_error = int(std::errc::executable_format_error), enumerator
/openbsd/gnu/llvm/libcxx/include/
H A D__errc39 executable_format_error, // ENOEXEC
136 executable_format_error = ENOEXEC,
/openbsd/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-account.cpp480 std::make_error_code(std::errc::executable_format_error)), in __anon713abb300f02()
509 std::make_error_code(std::errc::executable_format_error)); in __anon713abb300f02()
H A Dxray-converter.cpp406 std::make_error_code(std::errc::executable_format_error)), in __anon56b9909b0302()
/openbsd/gnu/llvm/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,