Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Core/
DLinkingContext.h86 bool allowRemainingUndefines() const { return _allowRemainingUndefines; } in allowRemainingUndefines() function
/external/llvm-project/lld/unittests/DriverTests/
DDarwinLdDriverTest.cpp52 EXPECT_FALSE(_ctx.allowRemainingUndefines()); in TEST_F()
/external/llvm-project/lld/lib/Core/
DResolver.cpp460 if (!_ctx.allowRemainingUndefines()) { in resolve()