Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp78 TargetMach = nullptr; in initialize()
102 delete TargetMach; in ~LTOCodeGenerator()
103 TargetMach = nullptr; in ~LTOCodeGenerator()
318 if (TargetMach) in determineTarget()
380 TargetMach = march->createTargetMachine(TripleStr, MCpu, FeatureStr, Options, in determineTarget()
401 TargetMach->getNameWithPrefix(Buffer, &GV, Mangler); in applyRestriction()
476 Mangler Mangler(TargetMach->getDataLayout()); in applyScopeRestrictions()
480 TargetLibraryInfoImpl TLII(Triple(TargetMach->getTargetTriple())); in applyScopeRestrictions()
483 accumulateAndSortLibcalls(Libcalls, TLI, *mergedModule, *TargetMach); in applyScopeRestrictions()
544 mergedModule->setDataLayout(*TargetMach->getDataLayout()); in optimize()
[all …]
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h161 TargetMachine *TargetMach; member