Searched refs:ValidReloc (Results 1 – 2 of 2) sorted by relevance
61 struct ValidReloc { struct67 ValidReloc(uint64_t Offset, uint32_t Size, uint64_t Addend, in ValidReloc() argument71 bool operator<(const ValidReloc &RHS) const {82 std::vector<ValidReloc> ValidDebugInfoRelocs;83 std::vector<ValidReloc> ValidDebugAddrRelocs;94 std::vector<ValidReloc>101 uint64_t relocate(const ValidReloc &Reloc) const;107 void printReloc(const ValidReloc &Reloc);156 std::vector<ValidReloc> &ValidRelocs);161 std::vector<ValidReloc> &ValidRelocs);[all …]
748 const DebugMapObject &DMO, std::vector<ValidReloc> &ValidRelocs) { in findValidRelocsMachO()825 const DebugMapObject &DMO, std::vector<ValidReloc> &Relocs) { in findValidRelocs()870 std::vector<DwarfLinkerForBinary::AddressManager::ValidReloc>873 std::vector<DwarfLinkerForBinary::AddressManager::ValidReloc> Res; in getRelocations()875 auto CurReloc = partition_point(Relocs, [StartPos](const ValidReloc &Reloc) { in getRelocations()900 const ValidReloc &Reloc, CompileUnit::DIEInfo &Info) { in fillDieInfo()908 const std::vector<ValidReloc> &AllRelocs, uint64_t StartOffset, in hasValidRelocationAt()910 std::vector<ValidReloc> Relocs = in hasValidRelocationAt()1013 std::vector<ValidReloc> Relocs = getRelocations( in applyValidRelocs()1016 for (const ValidReloc &CurReloc : Relocs) { in applyValidRelocs()[all …]