Searched refs:parseGlobalValueVector (Results 1 – 2 of 2) sorted by relevance
515 bool parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts,
3187 if (parseGlobalValueVector(Elts) || in parseValID()3206 if (parseGlobalValueVector(Elts) || in parseValID()3246 if (parseGlobalValueVector(Elts) || in parseValID()3677 if (parseGlobalValueVector( in parseValID()3818 bool LLParser::parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts, in parseGlobalValueVector() function in LLParser