Return the target machine associated with this module info.

Synopsis

Declared in <llvm/CodeGen/MachineModuleInfo.h>

TargetMachine const&
getTarget() const;

Return Value

Const reference to the associated TargetMachine.

Created with MrDocs