Searched refs:parseGlobalValue (Results 1 – 3 of 3) sorted by relevance
466 bool parseGlobalValue(GlobalValue *&GV);2125 static bool parseGlobalValue(const MIToken &Token, in parseGlobalValue() function2153 bool MIParser::parseGlobalValue(GlobalValue *&GV) { in parseGlobalValue() function in MIParser2154 return ::parseGlobalValue( in parseGlobalValue()2163 if (parseGlobalValue(GV)) in parseGlobalAddressOperand()2606 if (parseGlobalValue(GV)) in parseBlockAddressOperand()3077 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()3200 if (parseGlobalValue(GV)) in parseMemoryPseudoSourceValue()
541 bool parseGlobalValue(Type *Ty, Constant *&C);
1236 if (parseGlobalValue(Ty, Init)) in parseGlobal()4035 bool LLParser::parseGlobalValue(Type *Ty, Constant *&C) { in parseGlobalValue() function in LLParser4048 return parseType(Ty) || parseGlobalValue(Ty, V); in parseGlobalTypeAndValue()