Searched refs:getRelocs (Results 1 – 5 of 5) sorted by relevance
154 for (const coff_relocation &r : sc->getRelocs()) { in getSymbolLocations()316 if (sc && sc->getRelocs().size() == 1 && *sc->symbols().begin() == sym) { in handleMinGWAutomaticImport()
253 ArrayRef<coff_relocation> getRelocs() const { in getRelocs() function
491 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()
551 for (const coff_relocation &rel : getRelocs()) { in getRuntimePseudoRelocs()
1487 for (const coff_relocation &r : dbgC->getRelocs()) { in findLineTable()