Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DLinkingContext.h87 bool allowRemainingUndefines() const { return _allowRemainingUndefines; } in allowRemainingUndefines()
129 _allowRemainingUndefines = allow; in setAllowRemainingUndefines()
239 bool _allowRemainingUndefines = false; variable
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp264 _allowRemainingUndefines = true; in configure()