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