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

  /external/llvm/bindings/ocaml/target/
target_ocaml.c 249 const char *CPUStr = "", *FeaturesStr = "";
255 CPUStr = String_val(Field(CPU, 0));
265 Machine = LLVMCreateTargetMachine(Target, String_val(Triple), CPUStr,
  /external/llvm/tools/llc/
llc.cpp 321 std::string CPUStr = getCPUStr(), FeaturesStr = getFeaturesStr();
343 TheTarget->createTargetMachine(TheTriple.getTriple(), CPUStr, FeaturesStr,
377 // Override function attributes based on CPUStr, FeaturesStr, and command line
379 setFunctionAttributes(CPUStr, FeaturesStr, *M);

Completed in 146 milliseconds