Home
last modified time | relevance | path

Searched refs:TargetMach (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp78 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 …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h147 TargetMachine *TargetMach; member