Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp383 static std::unique_ptr<MemoryBuffer> loadFile(StringRef Filename) { in loadFile() function
391 auto Buffer = loadFile(Filename); in listDependentLibraries()
634 auto Buffer = loadFile(Filename); in distributedIndexes()
671 auto Buffer = loadFile(Filename); in emitImports()
698 auto Buffer = loadFile(Filename); in promote()
731 auto Buffer = loadFile(Filename); in import()
764 auto Buffer = loadFile(Filename); in internalize()
789 auto Buffer = loadFile(Filename); in optimize()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp119 static std::unique_ptr<Module> loadFile(const char *argv0, in loadFile() function
297 return loadFile(argv0, std::move(Buffer), DestModule.getContext(), false); in importFunctions()
364 : loadFile(argv0, std::move(Buffer), Context); in linkFiles()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.h207 Expected<std::unique_ptr<MemoryBuffer>> loadFile(StringRef File) const;
H A DResourceFileWriter.cpp406 auto File = loadFile(Filename); in appendFile()
708 auto File = loadFile(Filename); in writeBitmapBody()
885 auto File = loadFile(FileStr); in visitIconOrCursorResource()
1512 ResourceFileWriter::loadFile(StringRef File) const { in loadFile() function in llvm::rc::ResourceFileWriter