Home
last modified time | relevance | path

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

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