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

References

tools/lto/lto.cpp
  113     LTOContext = &Context;
  114     LTOContext->setDiagnosticHandler(
  131   LibLTOCodeGenerator() : LTOCodeGenerator(*LTOContext) { init(); }
  223       LTOModule::createFromFile(*LTOContext, StringRef(path), Options);
  233       *LTOContext, fd, StringRef(path), size, Options);
  246       *LTOContext, fd, StringRef(path), map_size, offset, Options);
  256       LTOModule::createFromBuffer(*LTOContext, mem, length, Options);
  268       *LTOContext, mem, length, Options, StringRef(path));