Searched refs:parseGlobalValue (Results 1 – 3 of 3) sorted by relevance
469 bool parseGlobalValue(GlobalValue *&GV);2046 static bool parseGlobalValue(const MIToken &Token, in parseGlobalValue() function2074 bool MIParser::parseGlobalValue(GlobalValue *&GV) { in parseGlobalValue() function in MIParser2075 return ::parseGlobalValue( in parseGlobalValue()2084 if (parseGlobalValue(GV)) in parseGlobalAddressOperand()2527 if (parseGlobalValue(GV)) in parseBlockAddressOperand()2952 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()3075 if (parseGlobalValue(GV)) in parseMemoryPseudoSourceValue()
502 bool parseGlobalValue(Type *Ty, Constant *&C);
1117 if (parseGlobalValue(Ty, Init)) in parseGlobal()3650 bool LLParser::parseGlobalValue(Type *Ty, Constant *&C) { in parseGlobalValue() function in LLParser3663 return parseType(Ty) || parseGlobalValue(Ty, V); in parseGlobalTypeAndValue()