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.cpp168 if (!std::equal(a->getRelocs().begin(), a->getRelocs().end(), in equalsConstant()
169 b->getRelocs().begin(), eq)) in equalsConstant()
202 return std::equal(a->getRelocs().begin(), a->getRelocs().end(), in equalsVariable()
203 b->getRelocs().begin(), eq) && in equalsVariable()
H A DChunks.cpp413 for (const coff_relocation &rel : getRelocs()) { in writeTo()
482 if (llvm::is_sorted(getRelocs(), cmpByVa)) in sortRelocations()
568 for (const coff_relocation &rel : getRelocs()) { in getBaserels()
680 for (const coff_relocation &rel : getRelocs()) { in getRuntimePseudoRelocs()
H A DSymbolTable.cpp148 for (const coff_relocation &r : sc->getRelocs()) { in getSymbolLocations()
360 if (sc && sc->getRelocs().size() == 1 && *sc->symbols().begin() == sym) { in handleMinGWAutomaticImport()
H A DPDB.cpp828 auto relocs = sc->getRelocs(); in advanceRelocIndex()
1770 for (const coff_relocation &r : dbgC->getRelocs()) { in findLineTable()
H A DChunks.h314 ArrayRef<coff_relocation> getRelocs() const { in getRelocs() function
H A DWriter.cpp556 ArrayRef<coff_relocation> curRelocs = sc->getRelocs(); in createThunks()
637 ArrayRef<coff_relocation> relocs = sc->getRelocs(); in verifyRanges()
2070 for (const coff_relocation &reloc : sc->getRelocs()) { in markSymbolsWithRelocations()