Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dgc.h62 : is_worklist_ready_(false) in Garbage_collection()
81 { return this->is_worklist_ready_; } in is_worklist_ready()
85 { this->is_worklist_ready_ = true; } in worklist_ready()
119 bool is_worklist_ready_; variable