Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dbugpoint_gisel_reducer.py69 compileCmd = '-compile-command={} -c {} {}'.format(
73 compileCmd,
/external/libcxx/utils/libcxx/
Dcompiler.py143 def compileCmd(self, source_files, out=None, flags=[]): member in CXXCompiler
162 cmd = self.compileCmd(source_files, out, flags)
271 cmd = self.compileCmd('-', os.devnull, flags)
/external/libcxx/utils/libcxx/android/
Dcompiler.py59 def compileCmd(self, source_files, out=None, flags=None): member in AndroidCXXCompiler