Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp50 loadFile(); in init()
60 void loadFile();
67 void BlockExtractor::loadFile() { in loadFile() function in BlockExtractor
H A DFunctionImport.cpp183 static std::unique_ptr<Module> loadFile(const std::string &FileName, in loadFile()
2033 return loadFile(std::string(Identifier), M.getContext());
182 static std::unique_ptr<Module> loadFile(const std::string &FileName, loadFile() function
/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp495 static std::unique_ptr<MemoryBuffer> loadFile(StringRef Filename) { in createCombinedModuleSummaryIndex()
503 auto Buffer = loadFile(Filename); in createCombinedModuleSummaryIndex()
749 auto Buffer = loadFile(Filename); in promote()
787 auto Buffer = loadFile(Filename); in import()
814 auto Buffer = loadFile(Filename); in internalize()
847 auto Buffer = loadFile(Filename); in optimize()
880 auto Buffer = loadFile(Filename); in codegen()
905 auto Buffer = loadFile(Filename); in runAll()
434 static std::unique_ptr<MemoryBuffer> loadFile(StringRef Filename) { loadFile() function
/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp149 static std::unique_ptr<Module> loadFile(const char *argv0, in loadFile() function
335 return loadFile(argv0, std::move(Buffer), DestModule.getContext(), false); in importFunctions()
419 : loadFile(argv0, std::move(Buffer), Context); in linkFiles()
/llvm-project/llvm/tools/llvm-rc/
H A DResourceFileWriter.h215 Expected<std::unique_ptr<MemoryBuffer>> loadFile(StringRef File) const;
H A DResourceFileWriter.cpp406 auto File = loadFile(Filename); in appendFile()
717 auto File = loadFile(Filename); in writeBitmapBody()
894 auto File = loadFile(FileStr); in visitIconOrCursorResource()
1573 ResourceFileWriter::loadFile(StringRef File) const { in loadFile() function in llvm::rc::ResourceFileWriter