Home
last modified time | relevance | path

Searched refs:createFromOpenFile (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/LTO/
DLTOModule.h87 static LTOModule *createFromOpenFile(int fd, const char *path, size_t size,
/external/llvm/tools/lto/
Dlto.cpp121 LTOModule::createFromOpenFile(fd, path, size, Options, sLastErrorString)); in lto_module_create_from_fd()
/external/llvm/lib/LTO/
DLTOModule.cpp81 LTOModule *LTOModule::createFromOpenFile(int fd, const char *path, size_t size, in createFromOpenFile() function in LTOModule