HomeSort by: relevance | last modified time | path
    Searched defs:FeatureStr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 229 std::string FeatureStr;
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp 199 std::string FeatureStr = getFeatureString(Features);
200 WasmTM->setTargetFeatureString(FeatureStr);
202 replaceFeatures(F, FeatureStr);
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOModule.cpp 217 std::string FeatureStr = Features.getString();
233 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None);
ThinLTOCodeGenerator.cpp 581 std::string FeatureStr = Features.getString();
584 TheTarget->createTargetMachine(TheTriple.str(), MCpu, FeatureStr, Options,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 3462 std::string FeatureStr = F.str();
3463 FeatureStr[0] = std::toupper(FeatureStr[0]);
3468 << TheCall->getSourceRange() << StringRef(FeatureStr);

Completed in 27 milliseconds