Searched refs:AndroidCXXCompiler (Results 1 – 2 of 2) sorted by relevance
9 class AndroidCXXCompiler(libcxx.compiler.CXXCompiler): class11 super(AndroidCXXCompiler, self).__init__(cxx_under_test)43 return super(AndroidCXXCompiler, self).compile(source_files, out, flags,48 return super(AndroidCXXCompiler, self).link(source_files, out, flags,
59 self.cxx = libcxx.android.compiler.AndroidCXXCompiler(