Lines Matching full:architecture
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),