Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h104 createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp237 ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createFromOpenFileSlice( in lto_module_create_from_fd_at_offset()