Searched refs:cantFail (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp130 cantFail(LegacyCtorDtorRunner<LazyEmitLayerT>(
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp96 llvm::cantFail(Replacements.add(tooling::Replacement(
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp219 cantFail(File.pdb().getMsfBuffer().readBytes(FileOffset, 1, Bytes));
256 DbiStream &Dbi = cantFail(File.pdb().getPDBDbiStream());
261 InfoStream &Info = cantFail(File.pdb().getPDBInfoStream());
363 cantFail(Reader.readArray(ModuleDescriptors, ModiSubstreamData.getLength()));
H A DDumpOutputStyle.cpp291 cantFail(Symbols.initialize(Reader));
507 auto &Dbi = cantFail(File.getPDBDbiStream());
528 cantFail(Reader.readArray(Headers, NumHeaders));
670 auto Modules = cantFail(File.pdb().getPDBDbiStream()).modules();
792 UDTSym UDT = cantFail(SymbolDeserializer::deserializeAs<UDTSym>(Sym));
824 auto &SymbolRecords = cantFail(getPdb().getPDBSymbolStream());
841 cantFail(Symbols.initialize(Reader));
1223 cantFail(NameBuffer.readBytes(0, NameBuffer.getLength(), Contents));
1249 cantFail(Reader.readCString(Str));
1654 auto &Records = cantFail(getPd
[all...]
H A DLinePrinter.cpp257 cantFail(File.getBlockData(Blocks.front(), File.getBlockSize()));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp263 SymbolStream &SS = cantFail(Session.getPDBFile().getPDBSymbolStream());
268 UDTSym US = cantFail(SymbolDeserializer::deserializeAs<UDTSym>(CVS));
H A DNativeTypeEnum.cpp66 TpiStream &Tpi = cantFail(Session.getPDBFile().getPDBTpiStream());
74 cantFail(visitMemberRecordStream(FieldList.data(), *this));
H A DPDBFile.cpp435 auto &InfoStream = cantFail(const_cast<PDBFile *>(this)->getPDBInfoStream());
H A DGSIStreamBuilder.cpp260 cantFail(SymbolDeserializer::deserializeAs<PublicSym32>(Sym)));
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp243 cantFail(coffObj->getSectionContents(sec, data));
734 cantFail(SymbolDeserializer::deserializeAs<Compile3Sym>(sym.get()));
739 auto objName = cantFail(SymbolDeserializer::deserializeAs<ObjNameSym>(
772 cantFail(reader.readArray(types, reader.getLength()));
787 TypeServer2Record ts = cantFail(
794 PrecompRecord precomp = cantFail(
H A DDebugTypes.cpp192 pdb::InfoStream &info = cantFail(pdbFile.getPDBInfoStream());
H A DPDB.cpp382 cantFail(reader.readArray(types, reader.getLength()));
455 pdb::InfoStream &info = cantFail(pdbFile.getPDBInfoStream());
872 cantFail(symData.readBytes(0, symData.getLength(), symsBuffer));
910 cantFail(forEachCodeViewRecord<CVSymbol>(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h701 /// cantFail(foo(false));
703 inline void cantFail(Error Err, const char *Msg = nullptr) { function in namespace:llvm
706 Msg = "Failure value returned from cantFail wrapped call";
728 /// int X = cantFail(foo(false));
731 T cantFail(Expected<T> ValOrErr, const char *Msg = nullptr) { function in namespace:llvm
736 Msg = "Failure value returned from cantFail wrapped call";
759 /// Bar &X = cantFail(foo(false));
762 T& cantFail(Expected<T&> ValOrErr, const char *Msg = nullptr) { function in namespace:llvm
767 Msg = "Failure value returned from cantFail wrapped call";
925 cantFail(handleError
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp117 : TheParser(cantFail(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h294 return cantFail(Header.tryGetFile(Directory, FileName, Checksum, Source,
322 return cantFail(tryGetFile(Directory, FileName, Checksum, Source,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp32 using llvm::cantFail;
840 cantFail(As<long long>(pyarginfo.get().GetAttribute("count")));
842 cantFail(As<bool>(pyarginfo.get().GetAttribute("has_varargs")));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp333 cantFail(FpmWriter.writeObject(ThisByte));
H A DMappedBlockStream.cpp369 cantFail(Initializer.writeBytes(InitData));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp323 cantFail(C.takeError());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp346 cantFail(Stream.readBytes(0, Stream.getLength(), Buffer));
H A DTypeIndexDiscovery.cpp475 cantFail(Reader.readArray(Run, Ref.Count));
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp513 NamedDecl *ND = cast<NamedDecl>(llvm::cantFail(std::move(NDOrErr)));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp241 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp522 llvm::cantFail(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp150 cantFail(M->materializeAll());

Completed in 225 milliseconds

123