Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/
DLLParser.h628 int parseStore(Instruction *&Inst, PerFunctionState &PFS);
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLParser.cpp6435 return parseStore(Inst, PFS); in parseInstruction()
7600 int LLParser::parseStore(Instruction *&Inst, PerFunctionState &PFS) { in parseStore() function in LLParser