Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DICF.cpp172 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()
H A DChunks.cpp401 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()
H A DSymbolTable.cpp189 for (const coff_relocation &r : sc->getRelocs()) { in getSymbolLocations()
383 if (sc && sc->getRelocs().size() == 1 && *sc->symbols().begin() == sym) { in handleMinGWAutomaticImport()
H A DChunks.h307 ArrayRef<coff_relocation> getRelocs() const { in getRelocs() function
H A DWriter.cpp525 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()
H A DPDB.cpp833 auto relocs = sc->getRelocs(); in advanceRelocIndex()
1763 for (const coff_relocation &r : dbgC->getRelocs()) { in findLineTable()