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

  /frameworks/compile/libbcc/include/bcc/Support/
CompilerConfig.h 40 std::string mTriple;
74 { return mTriple; }
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 51 : mTriple(pTriple), mFullPrecision(true), mTarget(nullptr) {
89 mTarget = llvm::TargetRegistry::lookupTarget(mTriple, error);
94 mTriple.c_str(), error.c_str());
  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 108 const char *mTriple = "-mtriple=" DEFAULT_TARGET_TRIPLE_STRING;
116 compiler_rt, mTriple, vendorLibPath, libPath,

Completed in 228 milliseconds