Searched refs:ParseGlobalValue (Results 1 – 2 of 2) sorted by relevance
383 bool ParseGlobalValue(Type *Ty, Constant *&V);
749 if (ParseGlobalValue(Ty, Init)) in ParseGlobal()2900 bool LLParser::ParseGlobalValue(Type *Ty, Constant *&C) { in ParseGlobalValue() function in LLParser2914 ParseGlobalValue(Ty, V); in ParseGlobalTypeAndValue()