HomeSort by relevance Sort by last modified time
    Searched refs:AsmCond (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/MCParser/
AsmCond.h 1 //===- AsmCond.h - Assembly file conditional assembly ----------*- C++ -*-===//
15 /// AsmCond - Class to support conditional assembly
18 /// implemented with AsmCond that tells us what we are in the middle of
22 class AsmCond {
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {}
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 26 #include "llvm/MC/MCParser/AsmCond.h"
138 AsmCond TheCondState;
139 std::vector<AsmCond> TheCondStack;
628 AsmCond StartingCondState = TheCondState;
    [all...]

Completed in 47 milliseconds