Searched refs:getCommand (Results 1 – 8 of 8) sorted by relevance
| /petsc/config/BuildSystem/config/compile/ |
| H A D | HIP.py | 53 def getCommand(self, sourceFiles, outputFile = None): member in Compiler 57 return config.compile.processor.Processor.getCommand(self, sourceFiles, outputFile)
|
| H A D | CUDA.py | 40 def getCommand(self, sourceFiles, outputFile = None): member in Compiler 44 return config.compile.processor.Processor.getCommand(self, sourceFiles, outputFile)
|
| H A D | HC.py | 40 def getCommand(self, sourceFiles, outputFile = None): member in Compiler 44 return config.compile.processor.Processor.getCommand(self, sourceFiles, outputFile)
|
| H A D | SYCL.py | 53 def getCommand(self, sourceFiles, outputFile = None): member in Compiler 57 return config.compile.processor.Processor.getCommand(self, sourceFiles, outputFile)
|
| H A D | C.py | 46 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 D | Cxx.py | 39 def getCommand(self, sourceFiles, outputFile = None): member in Compiler 43 return config.compile.processor.Processor.getCommand(self, sourceFiles, outputFile)
|
| H A D | processor.py | 119 def getCommand(self, sourceFiles, outputFile = None): member in Processor
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 404 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)
|