Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp69 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 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()
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 Dllvm-tapi-diff.cpp72 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 DErrc.h43 executable_format_error = int(std::errc::executable_format_error), enumerator
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__errc39 executable_format_error, // ENOEXEC
137 executable_format_error = ENOEXEC,
/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DReader.cpp49 return make_error_code(llvm::errc::executable_format_error); in loadFile()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp86 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 DMachONormalizedFileBinaryWriter.cpp490 _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 Dxray-account.cpp478 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 Dxray-converter.cpp394 std::make_error_code(std::errc::executable_format_error)), in __anoncd336e020302()