Searched refs:LoadFile (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp53 // LoadFile - Read the specified bitcode file in and return it. This routine
56 static inline Module *LoadFile(const char *argv0, const std::string &FN, function
81 OwningPtr<Module> Composite(LoadFile(argv[0],
91 OwningPtr<Module> M(LoadFile(argv[0], InputFilenames[i], Context));
/freebsd-10.1-release/contrib/llvm/lib/Transforms/IPO/
H A DInternalize.cpp61 void LoadFile(const char *Filename);
79 LoadFile(APIFile.c_str());
92 void InternalizePass::LoadFile(const char *Filename) { function in class:InternalizePass
H A DLoopExtractor.cpp168 void LoadFile(const char *Filename);
177 LoadFile(BlockFile.c_str());
196 void BlockExtractorPass::LoadFile(const char *Filename) { function in class:BlockExtractorPass
/freebsd-10.1-release/sys/boot/efi/include/
H A Defiprot.h369 EFI_LOAD_FILE LoadFile; member in struct:_EFI_LOAD_FILE_INTERFACE

Completed in 53 milliseconds