Searched refs:ParseSwitch (Results 1 – 3 of 3) sorted by relevance
32 boolean ParseSwitch(String s) in ParseSwitch() method in LzmaAlone.CommandLine94 if (!ParseSwitch(sw)) in Parse()
460 bool ParseSwitch(Instruction *&Inst, PerFunctionState &PFS);
4724 case lltok::kw_switch: return ParseSwitch(Inst, PFS); in ParseInstruction()4938 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch() function in LLParser