Home
last modified time | relevance | path

Searched refs:getRelocs (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DICF.cpp170 if (!std::equal(a->getRelocs().begin(), a->getRelocs().end(), in equalsConstant()
171 b->getRelocs().begin(), eq)) in equalsConstant()
195 return std::equal(a->getRelocs().begin(), a->getRelocs().end(), in equalsVariable()
196 b->getRelocs().begin(), eq) && in equalsVariable()
H A DChunks.cpp368 for (const coff_relocation &rel : getRelocs()) { in writeTo()
429 if (llvm::is_sorted(getRelocs(), cmpByVa)) in sortRelocations()
514 for (const coff_relocation &rel : getRelocs()) { in getBaserels()
610 for (const coff_relocation &rel : getRelocs()) { in getRuntimePseudoRelocs()
H A DSymbolTable.cpp171 for (const coff_relocation &r : sc->getRelocs()) { in getSymbolLocations()
366 if (sc && sc->getRelocs().size() == 1 && *sc->symbols().begin() == sym) { in handleMinGWAutomaticImport()
H A DChunks.h262 ArrayRef<coff_relocation> getRelocs() const { in getRelocs() function
H A DWriter.cpp484 ArrayRef<coff_relocation> curRelocs = sc->getRelocs(); in createThunks()
519 ArrayRef<coff_relocation> relocs = sc->getRelocs(); in verifyRanges()
1627 for (const coff_relocation &reloc : sc->getRelocs()) { in markSymbolsWithRelocations()
H A DPDB.cpp830 auto relocs = sc->getRelocs(); in advanceRelocIndex()
1711 for (const coff_relocation &r : dbgC->getRelocs()) { in findLineTable()