Searched refs:takeError (Results 401 - 417 of 417) sorted by relevance

<<11121314151617

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2829 llvm::toString(bufferOrErr.takeError()));
H A DSyntheticSections.cpp2676 warn(toString(sec) + ": " + toString(ranges.takeError()));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp848 consumeError(FileOrErr.takeError());
H A DCompilerInvocation.cpp684 if (auto E = ReaderOrErr.takeError()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1351 return FileNoOrErr.takeError();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1008 reportError(ShSizeOrErr.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp875 consumeError(SummaryOrErr.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1660 return parseError(LineNo, R.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp302 return errorToErrorCode(FDOrErr.takeError());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3148 .takeError()))
3467 return Error(DirectiveLoc, toString(FileNumOrErr.takeError()));
H A DMasmParser.cpp3386 .takeError())) {
4320 return Error(DirectiveLoc, toString(FileNumOrErr.takeError()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1235 if (errorToBool(StatusOrErr.takeError()) || *StatusOrErr != APFloat::opOK)
2602 if (errorToBool(StatusOrErr.takeError())) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1194 llvm::toString(expected_vector.takeError()));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3342 llvm::toString(Decompressor.takeError()).c_str());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1745 llvm::consumeError(SDKInfoOrErr.takeError());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp165 if (auto E = ReaderOrErr.takeError()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2443 if (errorToBool(RealVal.convertFromString(Num, roundMode).takeError())) {

Completed in 544 milliseconds

<<11121314151617