Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/MCParser/
DAsmCond.h22 class AsmCond {
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond() function
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp132 AsmCond TheCondState;
133 std::vector<AsmCond> TheCondStack;
636 AsmCond StartingCondState = TheCondState; in Run()
3983 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
4030 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
4054 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()
4119 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()
4131 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
4156 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
4157 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()
[all …]