Home
last modified time | relevance | path

Searched defs:makeLTOModule (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp89 LTOModule *LTOModule::makeLTOModule(const char *path, in makeLTOModule() function in LTOModule
99 LTOModule *LTOModule::makeLTOModule(int fd, const char *path, in makeLTOModule() function in LTOModule
105 LTOModule *LTOModule::makeLTOModule(int fd, const char *path, in makeLTOModule() function in LTOModule
126 LTOModule *LTOModule::makeLTOModule(const void *mem, size_t length, in makeLTOModule() function in LTOModule
134 LTOModule *LTOModule::makeLTOModule(MemoryBuffer *buffer, in makeLTOModule() function in LTOModule
/external/llvm/lib/LTO/
DLTOModule.cpp199 LTOModule::makeLTOModule(MemoryBufferRef Buffer, const TargetOptions &options, in makeLTOModule() function in LTOModule