Searched refs:ParseGlobalValueVector (Results 1 – 2 of 2) sorted by relevance
385 bool ParseGlobalValueVector(SmallVectorImpl<Constant *> &Elts);
2386 if (ParseGlobalValueVector(Elts) || in ParseValID()2404 if (ParseGlobalValueVector(Elts) || in ParseValID()2442 if (ParseGlobalValueVector(Elts) || in ParseValID()2818 if (ParseGlobalValueVector(Elts) || in ParseValID()2943 bool LLParser::ParseGlobalValueVector(SmallVectorImpl<Constant *> &Elts) { in ParseGlobalValueVector() function in LLParser