Searched refs:createFromOpenFile (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/LTO/ |
D | LTOModule.h | 87 static LTOModule *createFromOpenFile(int fd, const char *path, size_t size,
|
/external/llvm/tools/lto/ |
D | lto.cpp | 121 LTOModule::createFromOpenFile(fd, path, size, Options, sLastErrorString)); in lto_module_create_from_fd()
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 81 LTOModule *LTOModule::createFromOpenFile(int fd, const char *path, size_t size, in createFromOpenFile() function in LTOModule
|