Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h101 createFromOpenFile(LLVMContext &Context, int fd, StringRef path, size_t size,
/openbsd-src/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp221 ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createFromOpenFile( in lto_module_create_from_fd()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOModule.cpp125 LTOModule::createFromOpenFile(LLVMContext &Context, int fd, StringRef path, in createFromOpenFile() function in LTOModule