Searched refs:getRelocations (Results 1 – 10 of 10) sorted by relevance
88 for (const WasmRelocation &reloc : chunk->getRelocations()) { in scanRelocations()
118 for (const WasmRelocation reloc : c->getRelocations()) { in mark()
61 ArrayRef<WasmRelocation> getRelocations() const { return relocations; } in getRelocations() function
904 DwarfLinkerForBinary::AddressManager::getRelocations( in getRelocations() function in llvm::dsymutil::DwarfLinkerForBinary::AddressManager944 getRelocations(AllRelocs, StartOffset, EndOffset); in hasValidRelocationAt()1047 std::vector<ValidReloc> Relocs = getRelocations( in applyValidRelocs()1070 getRelocations(ValidDebugAddrRelocs, StartOffset, EndOffset); in relocateIndexedAddr()
95 getRelocations(const std::vector<ValidReloc> &Relocs, uint64_t StartPos,
72 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec); in readSections()
1262 COFFObjectFile::getRelocations(const coff_section *Sec) const { in getRelocations() function in COFFObjectFile1860 ArrayRef<coff_relocation> OrigRelocs = Obj->getRelocations(COFFSect); in load()
37 setRelocs(file->getCOFFObj()->getRelocations(header)); in SectionChunk()
451 file->getCOFFObj()->getRelocations(sc->header); in createThunks()
1068 ArrayRef<coff_relocation> getRelocations(const coff_section *Sec) const;