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