Home
last modified time | relevance | path

Searched refs:getCommand (Results 1 – 8 of 8) sorted by relevance

/petsc/config/BuildSystem/config/compile/
H A DHIP.py53 def getCommand(self, sourceFiles, outputFile = None): member in Compiler
57 return config.compile.processor.Processor.getCommand(self, sourceFiles, outputFile)
H A DCUDA.py40 def getCommand(self, sourceFiles, outputFile = None): member in Compiler
44 return config.compile.processor.Processor.getCommand(self, sourceFiles, outputFile)
H A DHC.py40 def getCommand(self, sourceFiles, outputFile = None): member in Compiler
44 return config.compile.processor.Processor.getCommand(self, sourceFiles, outputFile)
H A DSYCL.py53 def getCommand(self, sourceFiles, outputFile = None): member in Compiler
57 return config.compile.processor.Processor.getCommand(self, sourceFiles, outputFile)
H A DC.py46 def getCommand(self, sourceFiles, outputFile = None): member in Compiler
50 return config.compile.processor.Processor.getCommand(self, sourceFiles, outputFile)
184 def getCommand(self, sourceFiles, outputFile): member in StaticLinker
188 archiveCmd = SharedLinker.getCommand(self, sourceFiles, outputFile)
H A DCxx.py39 def getCommand(self, sourceFiles, outputFile = None): member in Compiler
43 return config.compile.processor.Processor.getCommand(self, sourceFiles, outputFile)
H A Dprocessor.py119 def getCommand(self, sourceFiles, outputFile = None): member in Processor
/petsc/config/BuildSystem/config/
H A Dbase.py404 return preprocessor.getCommand(self.compilerSource)
411 return compiler.getCommand(self.compilerSource, self.compilerObj)
417 return linker.getCommand(self.linkerSource, self.linkerObj)
423 return linker.getCommand(objects, executable)
429 return linker.getCommand(self.linkerSource, self.linkerObj)
435 return linker.getCommand(self.linkerSource, self.linkerObj)