Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp788 ctx.setGenerateVersionLoadCommand(false); in parse()
795 ctx.setGenerateVersionLoadCommand(true); in parse()
798 ctx.setGenerateVersionLoadCommand(true); in parse()
804 ctx.setGenerateVersionLoadCommand(true); in parse()
810 ctx.setGenerateVersionLoadCommand(true); in parse()
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h167 void setGenerateVersionLoadCommand(bool v) { in setGenerateVersionLoadCommand() function