Lines Matching defs:architecture
1296 """Returns true if the architecture is MIPS."""
1303 """Returns true if the architecture is PPC64LE."""
1343 """Returns true if the architecture is AArch64."""
1379 """Returns true if the architecture is AArch64 and platform windows."""
1386 """Returns true if the architecture is LoongArch."""
1397 """Returns the architecture in effect the test suite is running with."""
1401 """Returns the architecture of the lldb binary."""
1450 """Returns True iff any element of archs is a sub-string of the current architecture."""
1479 architecture=None,
1485 if not architecture and configuration.arch:
1486 architecture = configuration.arch
1499 architecture,