Searched refs:ParseGlobalValueVector (Results 1 – 2 of 2) sorted by relevance
315 bool ParseGlobalValueVector(SmallVectorImpl<Constant*> &Elts);
1909 if (ParseGlobalValueVector(Elts) || in ParseValID()1927 if (ParseGlobalValueVector(Elts) || in ParseValID()1964 if (ParseGlobalValueVector(Elts) || in ParseValID()2268 ParseGlobalValueVector(Elts) || in ParseValID()2346 bool LLParser::ParseGlobalValueVector(SmallVectorImpl<Constant*> &Elts) { in ParseGlobalValueVector() function in LLParser