Searched refs:RelocationScanner (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.cpp | 450 class RelocationScanner { class 452 RelocationScanner(Ctx &ctx) : ctx(ctx) {} in RelocationScanner() function in __anon400d48340111::RelocationScanner 485 int64_t RelocationScanner::computeMipsAddend(const RelTy &rel, RelExpr expr, in computeMipsAddend() 832 RelType RelocationScanner::getMipsN32RelType(RelTy *&rel) const { in getMipsN32RelType() 974 bool RelocationScanner::isStaticLinkTimeConstant(RelExpr e, RelType type, in isStaticLinkTimeConstant() 1056 void RelocationScanner::processAux(RelExpr expr, RelType type, uint64_t offset, in processAux() 1319 unsigned RelocationScanner::handleTlsRelocation(RelExpr expr, RelType type, in handleTlsRelocation() 1498 void RelocationScanner::scanOne(typename Relocs<RelTy>::const_iterator &i) { in scanOne() 1647 void RelocationScanner::scan(Relocs<RelTy> rels) { in scan() 1685 void RelocationScanner::scanSection(InputSectionBase &s, bool isEH) { in scanSection() [all …]
|