Searched refs:getRelocs (Results 1 – 6 of 6) sorted by relevance
172 if (!std::equal(a->getRelocs().begin(), a->getRelocs().end(), in equalsConstant()173 b->getRelocs().begin(), eq)) in equalsConstant()206 return std::equal(a->getRelocs().begin(), a->getRelocs().end(), in equalsVariable()207 b->getRelocs().begin(), eq) && in equalsVariable()
401 for (const coff_relocation &rel : getRelocs()) { in writeTo()469 if (llvm::is_sorted(getRelocs(), cmpByVa)) in sortRelocations()555 for (const coff_relocation &rel : getRelocs()) { in getBaserels()652 for (const coff_relocation &rel : getRelocs()) { in getRuntimePseudoRelocs()
189 for (const coff_relocation &r : sc->getRelocs()) { in getSymbolLocations()383 if (sc && sc->getRelocs().size() == 1 && *sc->symbols().begin() == sym) { in handleMinGWAutomaticImport()
307 ArrayRef<coff_relocation> getRelocs() const { in getRelocs() function
525 ArrayRef<coff_relocation> curRelocs = sc->getRelocs(); in createThunks()602 ArrayRef<coff_relocation> relocs = sc->getRelocs(); in verifyRanges()1877 for (const coff_relocation &reloc : sc->getRelocs()) { in markSymbolsWithRelocations()
833 auto relocs = sc->getRelocs(); in advanceRelocIndex()1763 for (const coff_relocation &r : dbgC->getRelocs()) { in findLineTable()