Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Core/
DLinkingContext.h92 bool allowShlibUndefines() const { return _allowShlibUndefines; } in allowShlibUndefines() function
/external/llvm-project/lld/lib/Core/
DResolver.cpp417 if (isa<SharedLibraryFile>(undef->file()) && _ctx.allowShlibUndefines()) in checkUndefines()