Home
last modified time | relevance | path

Searched refs:mTriple (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/
DCompilerConfig.cpp53 : mTriple(pTriple), mFullPrecision(true), mTarget(nullptr) { in CompilerConfig()
86 mTarget = llvm::TargetRegistry::lookupTarget(mTriple, error); in initializeTarget()
91 mTriple.c_str(), error.c_str()); in initializeTarget()
/frameworks/compile/libbcc/include/bcc/
DCompilerConfig.h41 std::string mTriple;
75 { return mTriple; } in getTriple()
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp147 const char *mTriple = "-mtriple=" DEFAULT_TARGET_TRIPLE_STRING; in createSharedLibrary() local
164 compiler_rt, mTriple, vendorLibPath, vndkLibPath, libPath, in createSharedLibrary()