Searched refs:parseAllocType (Results 1 – 2 of 2) sorted by relevance
428 bool parseAllocType(uint8_t &AllocType);
9984 if (parseAllocType(V)) in parseOptionalAllocs()10030 if (parseAllocType(AllocType)) in parseMemProfs()10064 bool LLParser::parseAllocType(uint8_t &AllocType) { in parseAllocType() function in LLParser