Searched refs:mTriple (Results 1 – 3 of 3) sorted by relevance
51 : mTriple(pTriple), mFullPrecision(true), mTarget(nullptr) { in CompilerConfig()101 mTarget = llvm::TargetRegistry::lookupTarget(mTriple, error); in initializeTarget()106 mTriple.c_str(), error.c_str()); in initializeTarget()
40 std::string mTriple;74 { return mTriple; } in getTriple()
108 const char *mTriple = "-mtriple=" DEFAULT_TARGET_TRIPLE_STRING; in createSharedLibrary() local116 compiler_rt, mTriple, vendorLibPath, libPath, in createSharedLibrary()