Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Core/
DLinkingContext.h86 bool allowRemainingUndefines() const { return _allowRemainingUndefines; } in allowRemainingUndefines()
128 _allowRemainingUndefines = allow; in setAllowRemainingUndefines()
238 bool _allowRemainingUndefines = false; variable
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp263 _allowRemainingUndefines = true; in configure()