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

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 490 std::string MCPU;
585 EngineBuilder &setMCPU(StringRef mcpu) {
586 MCPU.assign(mcpu.begin(), mcpu.end());
608 /// arch. Add any CPU features specified via -mcpu or -mattr.
611 StringRef MCPU,
  /external/clang/lib/Driver/
Tools.cpp 430 // FIXME: This is redundant with -mcpu, why does LLVM use this.
457 // FIXME: Warn on inconsistent use of -mcpu and -march.
459 // If we have -mcpu=, use that.
461 StringRef MCPU = A->getValue(Args);
462 // Handle -mcpu=native.
463 if (MCPU == "native")
466 return MCPU;
698 // Set the CPU based on -march= and -mcpu=.
    [all...]

Completed in 40 milliseconds