Home
last modified time | relevance | path

Searched defs:loadFile (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp67 void BlockExtractor::loadFile() { in loadFile() function in BlockExtractor
H A DFunctionImport.cpp182 static std::unique_ptr<Module> loadFile(const std::string &FileName, in loadFile() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp149 static std::unique_ptr<Module> loadFile(const char *argv0, in loadFile() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp434 static std::unique_ptr<MemoryBuffer> loadFile(StringRef Filename) { in loadFile() function