Searched refs:TargetMach (Results 1 – 2 of 2) sorted by relevance
78 TargetMach = nullptr; in initialize()89 delete TargetMach; in ~LTOCodeGenerator()90 TargetMach = nullptr; in ~LTOCodeGenerator()276 if (TargetMach) in determineTarget()322 TargetMach = march->createTargetMachine(TripleStr, MCpu, FeatureStr, Options, in determineTarget()343 TargetMach->getNameWithPrefix(Buffer, &GV, Mangler); in applyRestriction()409 Mangler Mangler(TargetMach->getSubtargetImpl()->getDataLayout()); in applyScopeRestrictions()413 TargetLibraryInfo TLI(Triple(TargetMach->getTargetTriple())); in applyScopeRestrictions()415 Libcalls, TLI, TargetMach->getSubtargetImpl()->getTargetLowering()); in applyScopeRestrictions()478 mergedModule->setDataLayout(TargetMach->getSubtargetImpl()->getDataLayout()); in generateObjectFile()[all …]
147 TargetMachine *TargetMach; member