Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DICF.cpp166 if (!std::equal(a->getRelocs().begin(), a->getRelocs().end(), in equalsConstant()
167 b->getRelocs().begin(), eq)) in equalsConstant()
191 return std::equal(a->getRelocs().begin(), a->getRelocs().end(), in equalsVariable()
192 b->getRelocs().begin(), eq) && in equalsVariable()
DSymbolTable.cpp154 for (const coff_relocation &r : sc->getRelocs()) { in getSymbolLocations()
316 if (sc && sc->getRelocs().size() == 1 && *sc->symbols().begin() == sym) { in handleMinGWAutomaticImport()
DChunks.h253 ArrayRef<coff_relocation> getRelocs() const { in getRelocs() function
DWriter.cpp491 ArrayRef<coff_relocation> curRelocs = sc->getRelocs(); in createThunks()
526 ArrayRef<coff_relocation> relocs = sc->getRelocs(); in verifyRanges()
1618 for (const coff_relocation &reloc : sc->getRelocs()) { in markSymbolsWithRelocations()
DChunks.cpp551 for (const coff_relocation &rel : getRelocs()) { in getRuntimePseudoRelocs()
DPDB.cpp1487 for (const coff_relocation &r : dbgC->getRelocs()) { in findLineTable()