Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h598 int parseStore(Instruction *&Inst, PerFunctionState &PFS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6327 return parseStore(Inst, PFS); in parseInstruction()
7508 int LLParser::parseStore(Instruction *&Inst, PerFunctionState &PFS) { in parseStore() function in LLParser