Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h100 createFromOpenFileSlice(LLVMContext &Context, int fd, const char *path,
/external/llvm/lib/LTO/
DLTOModule.cpp126 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/
Dlto.cpp232 ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createFromOpenFileSlice( in lto_module_create_from_fd_at_offset()