Searched defs:makeLTOModule (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOModule.cpp | 89 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/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 193 LTOModule::makeLTOModule(MemoryBufferRef Buffer, const TargetOptions &options, in makeLTOModule() function in LTOModule
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 199 LTOModule::makeLTOModule(MemoryBufferRef Buffer, const TargetOptions &options, in makeLTOModule() function in LTOModule
|