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

  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 43 std::string mCPU;
75 { return mCPU; }
77 { mCPU = pCPU; }
  /frameworks/compile/slang/
llvm-rs-cc.cpp 136 std::string mCPU;
171 mCPU = "";
457 Compiler->init(Opts.mTriple, Opts.mCPU, Opts.mFeatures, &DiagEngine,

Completed in 36 milliseconds