Searched refs:parseAllocType (Results 1 – 2 of 2) sorted by relevance
444 bool parseAllocType(uint8_t &AllocType);
10783 if (parseAllocType(V)) in parseOptionalAllocs()10829 if (parseAllocType(AllocType)) in parseMemProfs()10866 bool LLParser::parseAllocType(uint8_t &AllocType) { in parseAllocType() function in LLParser