Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp475 inline bool isParsingHLASM() { return getMAIAssemblerDialect() == AD_HLASM; } in isParsingHLASM() function in __anonde0c959e0111::SystemZAsmParser
917 if (isParsingHLASM()) in parseAnyRegister()
1415 if (isParsingHLASM() && getLexer().is(AsmToken::Space)) in ParseInstruction()
1429 if (isParsingHLASM() && getTok().is(AsmToken::Space)) { in ParseInstruction()
1601 if (isParsingHLASM()) in parsePCRel()