Searched refs:parseGlobalValueVector (Results 1 – 2 of 2) sorted by relevance
574 bool parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts,
3643 if (parseGlobalValueVector(Elts) || in parseValID()3662 if (parseGlobalValueVector(Elts) || in parseValID()3702 if (parseGlobalValueVector(Elts) || in parseValID()4105 if (parseGlobalValueVector( in parseValID()4230 bool LLParser::parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts, in parseGlobalValueVector() function in LLParser