Searched refs:ParseGlobalValueVector (Results 1 – 2 of 2) sorted by relevance
408 bool ParseGlobalValueVector(SmallVectorImpl<Constant *> &Elts);
2562 if (ParseGlobalValueVector(Elts) || in ParseValID()2581 if (ParseGlobalValueVector(Elts) || in ParseValID()2620 if (ParseGlobalValueVector(Elts) || in ParseValID()2996 if (ParseGlobalValueVector(Elts) || in ParseValID()3120 bool LLParser::ParseGlobalValueVector(SmallVectorImpl<Constant *> &Elts) { in ParseGlobalValueVector() function in LLParser