Searched defs:parseTypeAndValue (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/AsmParser/ | ||
H A D | LLParser.h | 528 bool parseTypeAndValue(Value *&V, PerFunctionState &PFS) { parseTypeAndValue() function |
/llvm-project/llvm/lib/AsmParser/ | ||
H A D | LLParser.cpp | 6254 bool LLParser::parseTypeAndValue(Value *&V, PerFunctionState *PFS) { parseTypeAndValue() function in LLParser |