Searched refs:compileCmd (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | bugpoint_gisel_reducer.py | 69 compileCmd = '-compile-command={} -c {} {}'.format( 73 compileCmd,
|
/external/libcxx/utils/libcxx/ |
D | compiler.py | 143 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/ |
D | compiler.py | 59 def compileCmd(self, source_files, out=None, flags=None): member in AndroidCXXCompiler
|