Searched refs:FuncGroups (Results 1 – 1 of 1) sorted by relevance
929 auto FuncGroups = CGM.getCodeGenOpts().XRayTotalFunctionGroups; in StartFunction() local930 if (FuncGroups > 1) { in StartFunction()933 auto Group = crc32(FuncName) % FuncGroups; in StartFunction()