Searched refs:parseGlobalValue (Results 1 – 3 of 3) sorted by relevance
475 bool parseGlobalValue(GlobalValue *&GV);2186 static bool parseGlobalValue(const MIToken &Token, in parseGlobalValue() function2214 bool MIParser::parseGlobalValue(GlobalValue *&GV) { in parseGlobalValue() function in MIParser2215 return ::parseGlobalValue( in parseGlobalValue()2224 if (parseGlobalValue(GV)) in parseGlobalAddressOperand()2661 if (parseGlobalValue(GV)) in parseBlockAddressOperand()3129 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()3252 if (parseGlobalValue(GV)) in parseMemoryPseudoSourceValue()
573 bool parseGlobalValue(Type *Ty, Constant *&C);
1376 if (parseGlobalValue(Ty, Init)) in parseGlobal()4545 bool LLParser::parseGlobalValue(Type *Ty, Constant *&C) { in parseGlobalValue() function in LLParser4558 return parseType(Ty) || parseGlobalValue(Ty, V); in parseGlobalTypeAndValue()