H A D | builder.py | 18 """Returns the architecture in effect the test suite is running with.""" 28 """Returns the triple for the given architecture or None.""" 38 def getArchCFlags(self, architecture): 95 def getArchSpec(self, architecture): 97 Helper function to return the key-value string to specify the architecture 100 return ["ARCH=" + architecture] if architecture else [] 261 architecture=None, 277 self.getArchCFlags(architecture), 278 self.getArchSpec(architecture), 35 getArchCFlags(self, architecture) global() argument 92 getArchSpec(self, architecture) global() argument 163 getBuildCommand( self, debug_info, architecture=None, compiler=None, dictionary=None, testdir=None, testname=None, make_targets=None, ) global() argument [all...] |