Searched refs:createFromOpenFileSlice (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 104 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
|
/openbsd-src/gnu/llvm/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 127 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 D | lto.cpp | 235 ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createFromOpenFileSlice( in lto_module_create_from_fd_at_offset()
|