Searched refs:SystemZAsmLexerTest (Results 1 – 4 of 4) sorted by relevance
30 class SystemZAsmLexerTest : public ::testing::Test { class55 SystemZAsmLexerTest() = delete;57 SystemZAsmLexerTest(std::string SystemZTriple) { in SystemZAsmLexerTest() function in __anon3641b1890111::SystemZAsmLexerTest127 class SystemZAsmLexerLinux : public SystemZAsmLexerTest {129 SystemZAsmLexerLinux() : SystemZAsmLexerTest("s390x-ibm-linux") {} in SystemZAsmLexerLinux()132 class SystemZAsmLexerZOS : public SystemZAsmLexerTest {134 SystemZAsmLexerZOS() : SystemZAsmLexerTest("s390x-ibm-zos") {} in SystemZAsmLexerZOS()
13 SystemZAsmLexerTest.cpp
10 sources = [ "SystemZAsmLexerTest.cpp" ]
7320 llvm/unittests/MC/SystemZ/SystemZAsmLexerTest.cpp