Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h575 bool parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6179 return parseCatchSwitch(Inst, PFS); in parseInstruction()
6730 bool LLParser::parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseCatchSwitch() function in LLParser