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

  /external/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 219 std::string FeatureStr;
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 271 std::string FeatureStr = Features.getString();
272 _target = march->createTargetMachine(Triple, _mCpu, FeatureStr,
LTOModule.cpp 164 std::string FeatureStr = Features.getString();
166 TargetMachine *target = march->createTargetMachine(Triple, CPU, FeatureStr);
  /external/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 479 std::string FeatureStr = Features.getString();
481 TheTriple.str(), MCpu, FeatureStr, Options, RelocModel,
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 764 milliseconds