Searched defs:parseValue (Results 1 – 3 of 3) sorted by relevance
492 bool parseValue(Type *Ty, Value *&V, PerFunctionState &PFS) { in parseValue() function496 bool parseValue(Type *Ty, Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseValue() function
416 bool Parser::parseValue(Value &Out) { in parseValue() function in llvm::json::__anoncb3d40cd0911::Parser
5826 bool LLParser::parseValue(Type *Ty, Value *&V, PerFunctionState *PFS) { in parseValue() function in LLParser