Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Core/
DLinkingContext.h92 bool allowShlibUndefines() const { return _allowShlibUndefines; } in allowShlibUndefines()
131 void setAllowShlibUndefines(bool allow) { _allowShlibUndefines = allow; } in setAllowShlibUndefines()
240 bool _allowShlibUndefines = false; variable