HomeSort by relevance Sort by last modified time
    Searched refs:FeatureStr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 353 std::string FeatureStr = Features.getString();
380 TargetMach = march->createTargetMachine(TripleStr, MCpu, FeatureStr, Options,
LTOModule.cpp 219 std::string FeatureStr = Features.getString();
231 TargetMachine *target = march->createTargetMachine(TripleStr, CPU, FeatureStr,

Completed in 157 milliseconds