HomeSort by relevance Sort by last modified time
    Searched refs:mTriple (Results 1 - 5 of 5) 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) {
101 mTarget = llvm::TargetRegistry::lookupTarget(mTriple, error);
106 mTriple.c_str(), error.c_str());
  /ndk/tests/abcc/jni/
Abcc.h 94 const char *mTriple;
Abcc.cpp 151 mGlobalCFlags += std::string(" -mtriple=") + kGlobalTargetAttrs[mAbi].mTriple;
  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 108 const char *mTriple = "-mtriple=" DEFAULT_TARGET_TRIPLE_STRING;
116 compiler_rt, mTriple, vendorLibPath, libPath,

Completed in 403 milliseconds