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

Declarations

lib/ObjectYAML/ELFEmitter.cpp
  127   unsigned toSymbolIndex(StringRef S, StringRef LocSec, bool IsDynamic);

References

lib/ObjectYAML/ELFEmitter.cpp
  753     unsigned SymIdx = Rel.Symbol ? toSymbolIndex(*Rel.Symbol, Section.Name,
  797       toSymbolIndex(Section.Signature, Section.Name, /*IsDynamic=*/false);
 1039         Sym.Name ? toSymbolIndex(*Sym.Name, Section.Name, /*IsDynamic=*/false)