Searched refs:parseGlobalValueVector (Results 1 – 2 of 2) sorted by relevance
543 bool parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts,
3453 if (parseGlobalValueVector(Elts) || in parseValID()3472 if (parseGlobalValueVector(Elts) || in parseValID()3512 if (parseGlobalValueVector(Elts) || in parseValID()3936 if (parseGlobalValueVector( in parseValID()4077 bool LLParser::parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts, in parseGlobalValueVector() function in LLParser