Home
last modified time | relevance | path

Searched refs:ParseCatchSwitch (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.h473 bool ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp4949 case lltok::kw_catchswitch: return ParseCatchSwitch(Inst, PFS); in ParseInstruction()
5441 bool LLParser::ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchSwitch() function in LLParser
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h562 bool ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp5454 case lltok::kw_catchswitch: return ParseCatchSwitch(Inst, PFS); in ParseInstruction()
5933 bool LLParser::ParseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseCatchSwitch() function in LLParser