Searched refs:parseGlobalValue (Results 1 – 3 of 3) sorted by relevance
462 bool parseGlobalValue(GlobalValue *&GV);1898 static bool parseGlobalValue(const MIToken &Token, in parseGlobalValue() function1926 bool MIParser::parseGlobalValue(GlobalValue *&GV) { in parseGlobalValue() function in MIParser1927 return ::parseGlobalValue( in parseGlobalValue()1936 if (parseGlobalValue(GV)) in parseGlobalAddressOperand()2357 if (parseGlobalValue(GV)) in parseBlockAddressOperand()2781 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()2904 if (parseGlobalValue(GV)) in parseMemoryPseudoSourceValue()
512 bool parseGlobalValue(Type *Ty, Constant *&C);
1142 if (parseGlobalValue(Ty, Init)) in parseGlobal()3961 bool LLParser::parseGlobalValue(Type *Ty, Constant *&C) { in parseGlobalValue() function in LLParser3974 return parseType(Ty) || parseGlobalValue(Ty, V); in parseGlobalTypeAndValue()