Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h67 std::vector<Relocation> PendingRelocations; variable
150 PendingRelocations(Section.PendingRelocations), OutputName(Name) {} in BinarySection()
313 bool hasPendingRelocations() const { return !PendingRelocations.empty(); } in hasPendingRelocations()
335 PendingRelocations.emplace_back(
349 PendingRelocations.push_back(Rel); in addPendingRelocation()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp118 if (PendingRelocations.empty() && Patches.empty()) in flushPendingRelocations()
139 for (Relocation &Reloc : PendingRelocations) { in flushPendingRelocations()
161 clearList(PendingRelocations); in flushPendingRelocations()
201 assert(PendingRelocations.empty() && in reorderRelocations()