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

Declarations

include/llvm/LTO/LTO.h
  166   StringRef getName() const;

References

lib/LTO/LTO.cpp
  546   StringRef Path = Input->getName();
lib/LTO/ThinLTOCodeGenerator.cpp
  146     assert(ModuleMap.find(M->getName()) == ModuleMap.end() &&
  148     ModuleMap[M->getName()] = M.get();
  572             M.readSummary(*CombinedIndex, Mod->getName(), NextModuleId++)) {
 1017     auto ModuleIdentifier = Module->getName();
 1044         auto ModuleIdentifier = Mod->getName();
tools/lld/COFF/LTO.cpp
  123     thinIndices.insert(obj.getName());
tools/lld/ELF/LTO.cpp
  163     thinIndices.insert(obj.getName());