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

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DICF.cpp166 if (!std::equal(a->getRelocs().begin(), a->getRelocs().end(),
167 b->getRelocs().begin(), eq))
191 return std::equal(a->getRelocs().begin(), a->getRelocs().end(),
192 b->getRelocs().begin(), eq) &&
H A DSymbolTable.cpp154 for (const coff_relocation &r : sc->getRelocs()) {
316 if (sc && sc->getRelocs().size() == 1 && *sc->symbols().begin() == sym) {
H A DChunks.h253 ArrayRef<coff_relocation> getRelocs() const { function in class:lld::coff::final
H A DWriter.cpp482 ArrayRef<coff_relocation> curRelocs = sc->getRelocs();
517 ArrayRef<coff_relocation> relocs = sc->getRelocs();
1593 for (const coff_relocation &reloc : sc->getRelocs()) {
H A DChunks.cpp551 for (const coff_relocation &rel : getRelocs()) {
H A DPDB.cpp1493 for (const coff_relocation &r : dbgC->getRelocs()) {

Completed in 304 milliseconds