reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
389 auto SlabSize = ExitOnErr(getSlabAllocSize(SlabAllocateSizeString)); 390 return ExitOnErr(JITLinkSlabAllocator::Create(SlabSize)); 529 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(InputFiles.front()))); 530 auto Obj = ExitOnErr( 560 ExitOnErr(orc::DynamicLibrarySearchGenerator::GetForCurrentProcess( 628 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(InputFile))); 629 ExitOnErr(S.ObjLayer.add(JD, std::move(ObjBuffer))); 679 ExitOnErr(make_error<StringError>("Error accessing target '" + TripleName + 686 ExitOnErr( 692 ExitOnErr(make_error<StringError>("Unable to create target register info " 701 ExitOnErr(make_error<StringError>("Unable to create target asm info " + 710 ExitOnErr(make_error<StringError>("Unable to create disassembler for " + 746 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(CheckFile))); 748 ExitOnErr(make_error<StringError>( 800 ExitOnErr.setBanner(std::string(argv[0]) + ": "); 808 ExitOnErr(sanitizeArguments(S)); 811 ExitOnErr(loadProcessSymbols(S)); 812 ExitOnErr(loadDylibs()); 817 ExitOnErr(loadObjects(S)); 823 EntryPoint = ExitOnErr(getMainEntryPoint(S)); 829 ExitOnErr(runChecks(S)); 839 Result = ExitOnErr(runEntryPoint(S, EntryPoint));