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

  /frameworks/compile/libbcc/include/bcc/
CompilerConfig.h 41 std::string mTriple;
75 { return mTriple; }
  /frameworks/compile/libbcc/lib/
CompilerConfig.cpp 53 : mTriple(pTriple), mFullPrecision(true), mTarget(nullptr) {
86 mTarget = llvm::TargetRegistry::lookupTarget(mTriple, error);
91 mTriple.c_str(), error.c_str());
  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 144 const char *mTriple = "-mtriple=" DEFAULT_TARGET_TRIPLE_STRING;
161 compiler_rt, mTriple, vendorLibPath, vndkLibPath, libPath,

Completed in 77 milliseconds