Searched refs:parseGlobalValueVector (Results 1 – 2 of 2) sorted by relevance
504 bool parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts,
3044 if (parseGlobalValueVector(Elts) || in parseValID()3063 if (parseGlobalValueVector(Elts) || in parseValID()3103 if (parseGlobalValueVector(Elts) || in parseValID()3551 if (parseGlobalValueVector( in parseValID()3692 bool LLParser::parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts, in parseGlobalValueVector() function in LLParser