Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DLinkingContext.h93 bool allowShlibUndefines() const { return _allowShlibUndefines; } in allowShlibUndefines()
132 void setAllowShlibUndefines(bool allow) { _allowShlibUndefines = allow; } in setAllowShlibUndefines()
241 bool _allowShlibUndefines = false; variable