HomeSort by relevance Sort by last modified time
    Searched refs:mTriple (Results 1 - 4 of 4) 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 31 : mTriple(pTriple), mFullPrecision(true), mTarget(NULL) {
81 mTarget = llvm::TargetRegistry::lookupTarget(mTriple, error);
86 mTriple.c_str(), error.c_str());
  /ndk/tests/abcc/jni/
Abcc.h 87 const char *mTriple;
Abcc.cpp 151 mGlobalCFlags += std::string(" -mtriple=") + kGlobalTargetAttrs[mAbi].mTriple;

Completed in 151 milliseconds