reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
751 ExitOnErr(createFileError(Path, errorCodeToError(ErrorOrBuffer.getError()))); 765 ExitOnErr(Builder.initialize(BlockSize)); 773 ExitOnErr(Builder.getMsfBuilder().addStream(0)); 808 auto &ModiBuilder = ExitOnErr(DbiBuilder.addModuleInfo(MI.Mod)); 812 ExitOnErr(DbiBuilder.addModuleSourceFile(ModiBuilder, S)); 825 auto CodeViewSubsections = ExitOnErr(CodeViewYAML::toCodeViewSubsectionList( 852 ExitOnErr(Builder.commit(opts::yaml2pdb::YamlPdbOutputFile, &IgnoredOutGuid)); 856 ExitOnErr(loadDataForPDB(PDB_ReaderType::Native, Path, Session)); 869 ExitOnErr(O->dump()); 873 InputFile IF = ExitOnErr(InputFile::open(Path)); 876 ExitOnErr(O->dump()); 885 ExitOnErr(O->dump()); 1011 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); 1059 ExitOnErr(loadDataForPDB(ReaderType, Path, Session)); 1305 auto &Tpi = ExitOnErr(File.getPDBTpiStream()); 1306 ExitOnErr( 1310 auto &Ipi = ExitOnErr(File.getPDBIpiStream()); 1311 ExitOnErr(codeview::mergeIdRecords(MergedIpi, TypeMap, IdMap, 1318 ExitOnErr(Builder.initialize(4096)); 1322 ExitOnErr(Builder.getMsfBuilder().addStream(0)); 1341 ExitOnErr(Builder.commit(OutFile, &IgnoredOutGuid)); 1347 ExitOnErr(InputFile::open(opts::explain::InputFilename.front(), true)); 1352 ExitOnErr(O->dump()); 1381 Index = ExitOnErr(IS.getNamedStreamIndex(opts::exportstream::Stream)); 1387 auto OutFile = ExitOnErr( 1391 ExitOnErr(Writer.writeStreamRef(*SourceStream)); 1392 ExitOnErr(DestStream.commit()); 1428 ExitOnErr.setBanner("llvm-pdbutil: ");