Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h588 int parseStore(Instruction *&Inst, PerFunctionState &PFS);
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6028 return parseStore(Inst, PFS); in parseInstruction()
7209 int LLParser::parseStore(Instruction *&Inst, PerFunctionState &PFS) { in parseStore() function in LLParser