class AsmCond

Declaration

class AsmCond { /* full declaration omitted */ };

Description

AsmCond - Class to support conditional assembly The conditional assembly feature (.if, .else, .elseif and .endif) is implemented with AsmCond that tells us what we are in the middle of processing. Ignore can be either true or false. When true we are ignoring the block of code in the middle of a conditional.

Declared at: llvm/include/llvm/MC/MCParser/AsmCond.h:21

Member Variables

public llvm::AsmCond::ConditionalAssemblyType TheCond = NoCond
public bool CondMet = false
public bool Ignore = false