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