Searched refs:AndroidCXXCompiler (Results 1 – 2 of 2) sorted by relevance
10 class AndroidCXXCompiler(libcxx.compiler.CXXCompiler): class12 super(AndroidCXXCompiler, self).__init__(cxx_under_test)51 return super(AndroidCXXCompiler, self).compile(source_files, out, flags,56 return super(AndroidCXXCompiler, self).link(source_files, out, flags,
53 self.cxx = libcxx.android.compiler.AndroidCXXCompiler(