Home
last modified time | relevance | path

Searched refs:loadFile (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp53 loadFile(); in BlockExtractor()
59 void loadFile();
75 void BlockExtractor::loadFile() { in loadFile() function in BlockExtractor
H A DFunctionImport.cpp149 static std::unique_ptr<Module> loadFile(const std::string &FileName, in loadFile() function
1251 return loadFile(Identifier, M.getContext()); in doImportingForModule()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DReader.h53 loadFile(std::unique_ptr<MemoryBuffer> mb, const class Registry &) const = 0;
89 loadFile(std::unique_ptr<MemoryBuffer> mb) const;
/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DReader.cpp37 Registry::loadFile(std::unique_ptr<MemoryBuffer> mb) const { in loadFile() function in lld::Registry
46 return reader->loadFile(std::move(mb), *this); in loadFile()
/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp117 static std::unique_ptr<Module> loadFile(const char *argv0, in loadFile() function
223 return loadFile(argv0, Identifier, DestModule.getContext(), false); in importFunctions()
284 std::unique_ptr<Module> M = loadFile(argv0, File, Context); in linkFiles()
/freebsd-12.1/sys/contrib/zstd/tests/
H A DroundTripCrash.c192 static void loadFile(void* buffer, const char* fileName, size_t fileSize) in loadFile() function
220 loadFile(buffer, fileName, fileSize); in fileCheck()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/
H A DFileArchive.cpp155 _registry.loadFile(std::move(memberMB)); in instantiateMember()
210 ErrorOr<std::unique_ptr<File>> loadFile(std::unique_ptr<MemoryBuffer> mb, in loadFile() function in lld::__anona38334a10111::ArchiveReader
/freebsd-12.1/contrib/llvm/tools/lld/docs/
H A DReaders.rst71 have its loadFile() method called many times with different input files.
79 virtual error_code loadFile(LinkerInput &input,
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp115 std::vector<std::unique_ptr<File>> loadFile(MachOLinkingContext &ctx, in loadFile() function
125 ctx.registry().loadFile(std::move(mbOrErr.get())); in loadFile()
162 loadFile(ctx, path, loadWholeArchive, upwardDylib); in addFile()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp543 loadFile(std::unique_ptr<MemoryBuffer> mb, in loadFile() function in lld::mach_o::normalized::MachOObjectReader
569 loadFile(std::unique_ptr<MemoryBuffer> mb, in loadFile() function in lld::mach_o::normalized::MachODylibReader
H A DMachOLinkingContext.cpp683 registry().loadFile(std::move(mbOrErr.get())); in loadIndirectDylib()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp1360 loadFile(std::unique_ptr<MemoryBuffer> mb, in loadFile() function in lld::__anondd45de840211::YAMLReader