Searched refs:ParseGlobalValueVector (Results 1 – 2 of 2) sorted by relevance
347 bool ParseGlobalValueVector(SmallVectorImpl<Constant*> &Elts);
2268 if (ParseGlobalValueVector(Elts) || in ParseValID()2286 if (ParseGlobalValueVector(Elts) || in ParseValID()2324 if (ParseGlobalValueVector(Elts) || in ParseValID()2632 ParseGlobalValueVector(Elts) || in ParseValID()2706 bool LLParser::ParseGlobalValueVector(SmallVectorImpl<Constant*> &Elts) { in ParseGlobalValueVector() function in LLParser