Home
last modified time | relevance | path

Searched refs:RelocationSetType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h59 using RelocationSetType = std::set<Relocation, std::less<>>; variable
60 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()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp199 BinarySection::RelocationSetType
203 RelocationSetType NewRelocations; in reorderRelocations()