Home
last modified time | relevance | path

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

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