reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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.cpp3432 assert(sym.ppc64BranchltIndex == 0xffff); 3433 sym.ppc64BranchltIndex = entries.size();