Searched refs:parseAllocType (Results 1 – 2 of 2) sorted by relevance
440 bool parseAllocType(uint8_t &AllocType);
10455 if (parseAllocType(V)) in parseOptionalAllocs()10501 if (parseAllocType(AllocType)) in parseMemProfs()10535 bool LLParser::parseAllocType(uint8_t &AllocType) { in parseAllocType() function in LLParser