Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/
H A Dbugpoint_gisel_reducer.py69 compileCmd = '-compile-command={} -c {} {}'.format(
73 compileCmd,
/llvm-project-15.0.7/libcxx/utils/libcxx/
H A Dcompiler.py143 def compileCmd(self, source_files, out=None, flags=[]): member in CXXCompiler
162 cmd = self.compileCmd(source_files, out, flags)
288 cmd = self.compileCmd('-', os.devnull, flags)