Searched refs:ParseSwitch (Results 1 – 7 of 7) sorted by relevance
32 boolean ParseSwitch(String s) in ParseSwitch() method in LzmaAlone.CommandLine94 if (!ParseSwitch(sw)) in Parse()
347 bool ParseSwitch(Instruction *&Inst, PerFunctionState &PFS);
2888 case lltok::kw_switch: return ParseSwitch(Inst, PFS); in ParseInstruction()3084 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch() function in LLParser
467 bool ParseSwitch(Instruction *&Inst, PerFunctionState &PFS);
4943 case lltok::kw_switch: return ParseSwitch(Inst, PFS); in ParseInstruction()5157 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch() function in LLParser
556 bool ParseSwitch(Instruction *&Inst, PerFunctionState &PFS);
5448 case lltok::kw_switch: return ParseSwitch(Inst, PFS); in ParseInstruction()5661 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch() function in LLParser