reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/LTO/legacy/LTOModule.h
  106   createFromOpenFileSlice(LLVMContext &Context, int fd, StringRef path,

References

lib/LTO/LTOModule.cpp
  125   return createFromOpenFileSlice(Context, fd, path, size, 0, options);
tools/lto/lto.cpp
  245   ErrorOr<std::unique_ptr<LTOModule>> M = LTOModule::createFromOpenFileSlice(