Home | History | Annotate | Download | only in gold

Lines Matching defs:Visitor

286   // Abstract visitor class for iterating over GOT offsets.
287 class Visitor
290 Visitor()
294 ~Visitor()
301 // Loop over all GOT offset entries, calling a visitor class V for each.
303 for_all_got_offsets(Visitor* v) const
605 // Iterate over global symbols, calling a visitor class V for each.
611 // Iterate over local symbols, calling a visitor class V for each GOT offset
614 for_all_local_got_entries(Got_offset_list::Visitor* v) const
827 // Iterate over global symbols, calling a visitor class V for each.
832 // Iterate over local symbols, calling a visitor class V for each GOT offset
835 do_for_all_local_got_entries(Got_offset_list::Visitor* v) const = 0;
1940 // Iterate over local symbols, calling a visitor class V for each GOT offset
1943 do_for_all_local_got_entries(Got_offset_list::Visitor* v) const;
2298 // Iterate over global symbols, calling a visitor class V for each.