Searched refs:RelocationSetType (Results 1 – 2 of 2) sorted by relevance
59 using RelocationSetType = std::set<Relocation, std::less<>>; variable60 RelocationSetType Relocations;64 RelocationSetType DynamicRelocations;126 RelocationSetType reorderRelocations(bool Inplace) const;290 iterator_range<RelocationSetType::iterator> relocations() { in relocations()295 iterator_range<RelocationSetType::const_iterator> relocations() const { in relocations()300 iterator_range<RelocationSetType::iterator> dynamicRelocations() { in dynamicRelocations()305 iterator_range<RelocationSetType::const_iterator> dynamicRelocations() const { in dynamicRelocations()
199 BinarySection::RelocationSetType203 RelocationSetType NewRelocations; in reorderRelocations()