Home | History | Annotate | Download | only in CodeGen

Lines Matching full:targetmachine

39 #include "llvm/Target/TargetMachine.h"
108 /// Generates the TargetMachine.
116 TargetMachine *CreateTargetMachine(bool MustCreateTM);
140 std::unique_ptr<TargetMachine> TM;
525 TargetMachine *EmitAssemblyHelper::CreateTargetMachine(bool MustCreateTM) {
526 // Create the TargetMachine for generating code.
640 TargetMachine *TM = TheTarget->createTargetMachine(Triple, TargetOpts.CPU,
661 TargetMachine::CodeGenFileType CGFT = TargetMachine::CGFT_AssemblyFile;
663 CGFT = TargetMachine::CGFT_ObjectFile;
665 CGFT = TargetMachine::CGFT_Null;
780 // Verify clang's TargetInfo DataLayout against the LLVM TargetMachine's