Searched refs:executable_format_error (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/XRay/ |
H A D | Trace.cpp | 67 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 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()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Errc.h | 43 executable_format_error = int(std::errc::executable_format_error), enumerator
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | __errc | 39 executable_format_error, // ENOEXEC 136 executable_format_error = ENOEXEC,
|
/openbsd/gnu/llvm/llvm/tools/llvm-xray/ |
H A D | xray-account.cpp | 480 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 D | xray-converter.cpp | 406 std::make_error_code(std::errc::executable_format_error)), in __anon56b9909b0302()
|
/openbsd/gnu/llvm/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,
|