llvm::MCAsmInfo::setParseInlineAsmUsingAsmParser

Set whether target want to use AsmParser to parse inlineasm.

Synopsis

Declared in <llvm/MC/MCAsmInfo.h>

void
setParseInlineAsmUsingAsmParser(bool Value);

Parameters

NameDescription
ValueWhether to parse inline asm with AsmParser.