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

References

tools/lld/ELF/Relocations.cpp
  511   sym.ppc64BranchltIndex = old.ppc64BranchltIndex;
  511   sym.ppc64BranchltIndex = old.ppc64BranchltIndex;
tools/lld/ELF/Symbols.cpp
  166   assert(ppc64BranchltIndex != 0xffff);
  167   return ppc64BranchltIndex * config->wordsize;
  183   assert(ppc64BranchltIndex != 0xffff);
  185          ppc64BranchltIndex * config->wordsize;
tools/lld/ELF/Symbols.h
  184   bool isInPPC64Branchlt() const { return ppc64BranchltIndex != 0xffff; }
tools/lld/ELF/SyntheticSections.cpp
 3432   assert(sym.ppc64BranchltIndex == 0xffff);
 3433   sym.ppc64BranchltIndex = entries.size();