Searched refs:executable_format_error (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | Trace.cpp | 69 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 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() 155 std::make_error_code(std::errc::executable_format_error)); in loadObj() 195 std::make_error_code(std::errc::executable_format_error)); in loadObj()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
| H A D | llvm-tapi-diff.cpp | 72 createStringError(std::errc::executable_format_error, in main() 82 createStringError(std::errc::executable_format_error, in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Errc.h | 43 executable_format_error = int(std::errc::executable_format_error), enumerator
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | __errc | 39 executable_format_error, // ENOEXEC 137 executable_format_error = ENOEXEC,
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/Core/ |
| H A D | Reader.cpp | 49 return make_error_code(llvm::errc::executable_format_error); in loadFile()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileBinaryReader.cpp | 86 return make_error_code(llvm::errc::executable_format_error); in appendRelocations() 101 return make_error_code(llvm::errc::executable_format_error); in appendIndirectSymbols() 103 return make_error_code(llvm::errc::executable_format_error); in appendIndirectSymbols()
|
| H A D | MachONormalizedFileBinaryWriter.cpp | 490 _ec = make_error_code(llvm::errc::executable_format_error); in buildFileOffsets() 502 _ec = make_error_code(llvm::errc::executable_format_error); in buildFileOffsets() 531 _ec = make_error_code(llvm::errc::executable_format_error); in buildFileOffsets()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-account.cpp | 478 std::make_error_code(std::errc::executable_format_error)), in __anone10012d70f02() 507 std::make_error_code(std::errc::executable_format_error)); in __anone10012d70f02()
|
| H A D | xray-converter.cpp | 394 std::make_error_code(std::errc::executable_format_error)), in __anoncd336e020302()
|