Searched refs:createStringError (Results 76 - 82 of 82) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h970 Error E = createStringError(errc::invalid_argument, Fmt, Vals...);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp110 return createStringError(std::errc::illegal_byte_sequence,
115 return createStringError(std::errc::illegal_byte_sequence,
122 return createStringError(std::errc::illegal_byte_sequence,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2760 return llvm::createStringError(llvm::inconvertibleErrorCode(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1072 return llvm::createStringError(std::errc::illegal_byte_sequence,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1918 return createStringError(errc::invalid_argument,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1414 return createStringError(object_error::invalid_section_index, "");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4416 return llvm::createStringError(std::errc::illegal_byte_sequence,
4421 return llvm::createStringError(

Completed in 183 milliseconds

1234