Searched refs:PendingRelocations (Results 1 – 2 of 2) sorted by relevance
67 std::vector<Relocation> PendingRelocations; variable150 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()
118 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()