Searched refs:createFromOpenFileSlice (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/LTO/legacy/ |
D | LTOModule.h | 100 createFromOpenFileSlice(LLVMContext &Context, int fd, const char *path,
|
/external/llvm/lib/LTO/ |
D | LTOModule.cpp | 126 return createFromOpenFileSlice(Context, fd, path, size, 0, options); in createFromOpenFile() 130 LTOModule::createFromOpenFileSlice(LLVMContext &Context, int fd, in createFromOpenFileSlice() function in LTOModule
|
/external/llvm/tools/lto/ |
D | lto.cpp | 232 ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createFromOpenFileSlice( in lto_module_create_from_fd_at_offset()
|