Searched refs:parseGlobalValueVector (Results 1 – 2 of 2) sorted by relevance
514 bool parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts,
3373 if (parseGlobalValueVector(Elts) || in parseValID()3392 if (parseGlobalValueVector(Elts) || in parseValID()3432 if (parseGlobalValueVector(Elts) || in parseValID()3862 if (parseGlobalValueVector( in parseValID()4003 bool LLParser::parseGlobalValueVector(SmallVectorImpl<Constant *> &Elts, in parseGlobalValueVector() function in LLParser