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

Declarations

include/llvm/LTO/LTO.h
  303   static ArrayRef<const char*> getRuntimeLibcallSymbols();

References

tools/lld/COFF/Driver.cpp
 1819       for (auto *s : lto::LTO::getRuntimeLibcallSymbols())
tools/lld/ELF/Driver.cpp
 1786     for (auto *s : lto::LTO::getRuntimeLibcallSymbols())
tools/lto/lto.cpp
  657   auto symbols = lto::LTO::getRuntimeLibcallSymbols();