llvm::TargetRegistry::printRegisteredTargetsForVersion

printRegisteredTargetsForVersion - Print the registered targets appropriately for inclusion in a tool's version output.

Synopsis

Declared in <llvm/MC/TargetRegistry.h>

static
void
printRegisteredTargetsForVersion(raw_ostream& OS);

Parameters

NameDescription
OSThe stream to write the version text to.