Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DConfig.h131 bool emitBitcodeBundle = false; member
H A DDriver.cpp1598 config->emitBitcodeBundle = args.hasArg(OPT_bitcode_bundle); in link()
1638 if (config->emitBitcodeBundle) in link()
H A DWriter.cpp979 if (config->emitBitcodeBundle) in createOutputSections()