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

References

lib/LTO/LTO.cpp
  697   auto MsymI = SymTab.symbols().begin(), MsymE = SymTab.symbols().end();
  697   auto MsymI = SymTab.symbols().begin(), MsymE = SymTab.symbols().end();
lib/LTO/LTOModule.cpp
  567   for (auto Sym : SymTab.symbols()) {
lib/Object/IRObjectFile.cpp
   56   Ret.p = reinterpret_cast<uintptr_t>(SymTab.symbols().data());
   62   Ret.p = reinterpret_cast<uintptr_t>(SymTab.symbols().data() +
   63                                       SymTab.symbols().size());
lib/Object/IRSymtab.cpp
  130   Mod.End = Syms.size() + Msymtab.symbols().size();
  159   for (ModuleSymbolTable::Symbol Msym : Msymtab.symbols())