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