Searched refs:_allowShlibUndefines (Results 1 – 1 of 1) sorted by relevance
93 bool allowShlibUndefines() const { return _allowShlibUndefines; } in allowShlibUndefines()132 void setAllowShlibUndefines(bool allow) { _allowShlibUndefines = allow; } in setAllowShlibUndefines()241 bool _allowShlibUndefines = false; variable