Searched refs:executable_format_error (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/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 | 88 std::make_error_code(std::errc::executable_format_error)); in loadObj() 154 std::make_error_code(std::errc::executable_format_error)); in loadObj() 194 std::make_error_code(std::errc::executable_format_error)); in loadObj()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
H A D | llvm-tapi-diff.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Errc.h | 47 executable_format_error = int(std::errc::executable_format_error), enumerator
|
/freebsd/contrib/llvm-project/libcxx/include/__system_error/ |
H A D | errc.h | 163 executable_format_error = ENOEXEC, in _LIBCPP_DECLARE_STRONG_ENUM()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-account.cpp | 480 std::make_error_code(std::errc::executable_format_error)), in __anon895715230f02() 509 std::make_error_code(std::errc::executable_format_error)); in __anon895715230f02()
|
H A D | xray-converter.cpp | 406 std::make_error_code(std::errc::executable_format_error)), in __anone754334e0302()
|