OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createFromOpenFileSlice
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/LTO/
LTOModule.h
100
createFromOpenFileSlice
(LLVMContext &Context, int fd, const char *path,
/external/llvm/lib/LTO/
LTOModule.cpp
117
return
createFromOpenFileSlice
(Context, fd, path, size, 0, options);
121
LTOModule::
createFromOpenFileSlice
(LLVMContext &Context, int fd,
/external/llvm/tools/lto/
lto.cpp
219
ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::
createFromOpenFileSlice
(
Completed in 712 milliseconds