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

Declarations

include/llvm/LTO/LTO.h
  299   Error run(AddStreamFn AddStream, NativeObjectCache Cache = nullptr);

References

tools/gold/gold-plugin.cpp
 1061   check(Lto->run(AddStream, Cache));
tools/lld/COFF/LTO.cpp
  161   checkError(ltoObj->run(
tools/lld/ELF/LTO.cpp
  252     checkError(ltoObj->run(
tools/lld/wasm/LTO.cpp
  138   checkError(ltoObj->run(
tools/llvm-lto2/llvm-lto2.cpp
  349   check(Lto.run(AddStream, Cache), "LTO::run failed");