Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h154 void setDoNothing(bool value) { _doNothing = value; } in setDoNothing() function
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp585 ctx.setDoNothing(true); in parse()