Searched refs:FuncDesc (Results 1 – 3 of 3) sorted by relevance
631 const auto *FuncDesc = getFuncDescForGUID(Probe->getGuid()); in getInlineContextForProbe() local633 MCPseduoProbeFrameLocation(FuncDesc->FuncName, Probe->getIndex())); in getInlineContextForProbe()
2194 const auto *FuncDesc = ProbeManager->getDesc(FS.getGUID()); in countMismatchedSamples() local2196 if (!FuncDesc) in countMismatchedSamples()2199 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) { in countMismatchedSamples()2217 const auto *FuncDesc = ProbeManager->getDesc(F); in countProfileMismatches() local2218 if (FuncDesc) { in countProfileMismatches()2219 if (ProbeManager->profileIsHashMismatched(*FuncDesc, FS)) { in countProfileMismatches()
118 bool profileIsHashMismatched(const PseudoProbeDescriptor &FuncDesc,120 return FuncDesc.getFunctionHash() != Samples.getFunctionHash();