Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp464 inline bool isParsingHLASM() { return getMAIAssemblerDialect() == AD_HLASM; } in isParsingHLASM() function in __anond0f948490111::SystemZAsmParser
915 if (isParsingHLASM()) in parseAnyRegister()
1385 if (isParsingHLASM() && getLexer().is(AsmToken::Space)) in ParseInstruction()
1399 if (isParsingHLASM() && getTok().is(AsmToken::Space)) { in ParseInstruction()
1573 if (isParsingHLASM()) { in parsePCRel()