Searched defs:parseValue (Results 1 – 3 of 3) sorted by relevance
521 bool parseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in parseValue() function525 bool parseValue(Type *Ty, Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseValue() function
415 bool Parser::parseValue(Value &Out) { in parseValue() function in llvm::json::Parser
6269 bool LLParser::parseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in parseValue() function in LLParser