Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DReader.h52 loadFile(std::unique_ptr<MemoryBuffer> mb, const class Registry &) const = 0;
88 loadFile(std::unique_ptr<MemoryBuffer> mb) const;
/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DReader.cpp36 Registry::loadFile(std::unique_ptr<MemoryBuffer> mb) const { in loadFile() function in lld::Registry
45 return reader->loadFile(std::move(mb), *this); in loadFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp57 loadFile(); in init()
67 void loadFile();
122 void BlockExtractor::loadFile() { in loadFile() function in BlockExtractor
H A DFunctionImport.cpp147 static std::unique_ptr<Module> loadFile(const std::string &FileName, in loadFile() function
1372 return loadFile(std::string(Identifier), M.getContext()); in doImportingForModule()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp416 static std::unique_ptr<MemoryBuffer> loadFile(StringRef Filename) { in loadFile() function
424 auto Buffer = loadFile(Filename); in listDependentLibraries()
669 auto Buffer = loadFile(Filename); in distributedIndexes()
706 auto Buffer = loadFile(Filename); in emitImports()
733 auto Buffer = loadFile(Filename); in promote()
766 auto Buffer = loadFile(Filename); in import()
799 auto Buffer = loadFile(Filename); in internalize()
824 auto Buffer = loadFile(Filename); in optimize()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/
H A DFileArchive.cpp154 _registry.loadFile(std::move(memberMB)); in instantiateMember()
209 ErrorOr<std::unique_ptr<File>> loadFile(std::unique_ptr<MemoryBuffer> mb, in loadFile() function in lld::__anonaa92c4660111::ArchiveReader
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp132 static std::unique_ptr<Module> loadFile(const char *argv0, in loadFile() function
310 return loadFile(argv0, std::move(Buffer), DestModule.getContext(), false); in importFunctions()
377 : loadFile(argv0, std::move(Buffer), Context); in linkFiles()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp542 loadFile(std::unique_ptr<MemoryBuffer> mb, in loadFile() function in lld::mach_o::normalized::MachOObjectReader
568 loadFile(std::unique_ptr<MemoryBuffer> mb, in loadFile() function in lld::mach_o::normalized::MachODylibReader
588 loadFile(std::unique_ptr<MemoryBuffer> mb, in loadFile() function in lld::mach_o::normalized::MachOTAPIReader
H A DMachOLinkingContext.cpp688 registry().loadFile(std::move(mbOrErr.get())); in loadIndirectDylib()
/freebsd-13.1/contrib/llvm-project/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-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp114 std::vector<std::unique_ptr<File>> loadFile(MachOLinkingContext &ctx, in loadFile() function
124 ctx.registry().loadFile(std::move(mbOrErr.get())); in loadFile()
161 loadFile(ctx, path, loadWholeArchive, upwardDylib); in addFile()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp1359 loadFile(std::unique_ptr<MemoryBuffer> mb, in loadFile() function in lld::__anonacaba8890211::YAMLReader