Searched refs:relocations_ (Results 1 – 2 of 2) sorted by relevance
50 MachineCode() : code_(&arena_), relocations_(&arena_) { in MachineCode()87 relocations_.push_back(Relocation{dst, type, pc, data}); in AddRelocation()124 RelocationList relocations_; variable
55 for (const auto& rel : relocations_) { in PerformRelocations()