Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h104 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOModule.cpp127 return createFromOpenFileSlice(Context, fd, path, size, 0, options); in createFromOpenFile()
131 LTOModule::createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path, in createFromOpenFileSlice() function in LTOModule
/openbsd-src/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp235 ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createFromOpenFileSlice( in lto_module_create_from_fd_at_offset()