Home
last modified time | relevance | path

Searched refs:ParseDirectiveMachine (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp434 bool ParseDirectiveMachine(SMLoc L);
1226 return ParseDirectiveMachine(DirectiveID.getLoc()); in ParseDirective()
1341 bool SystemZAsmParser::ParseDirectiveMachine(SMLoc L) { in ParseDirectiveMachine() function in SystemZAsmParser
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp121 bool ParseDirectiveMachine(SMLoc L);
1589 ParseDirectiveMachine(DirectiveID.getLoc()); in ParseDirective()
1646 bool PPCAsmParser::ParseDirectiveMachine(SMLoc L) { in ParseDirectiveMachine() function in PPCAsmParser