Lines Matching defs:FContext
62 /// \param FContext Name + context of the function to print.
355 SampleContext FContext(FName, CSNameTable);
356 if (FContext.hasContext())
358 FunctionSamples &FProfile = Profiles.create(FContext);
548 auto FContext(readContextFromTable(&Idx));
549 if (std::error_code EC = FContext.getError())
551 Context = SampleContext(*FContext);
666 auto &[FContext, Hash] = *FContextHash;
668 auto Res = Profiles.try_emplace(Hash, FContext, FunctionSamples());
670 FProfile.setContext(FContext);
673 if (FContext.hasContext())
825 auto &[FContext, Hash] = *FContextHash;
831 FuncOffsetList.emplace_back(FContext, *Offset);
884 const auto &FContext = NameOffset.first;
885 FunctionId FName = FContext.getFunction();
896 if (!CommonContext || !CommonContext->isPrefixOf(FContext))
897 CommonContext = &FContext;
900 if (CommonContext == &FContext ||
901 (CommonContext && CommonContext->isPrefixOf(FContext))) {
923 SampleContext FContext(NameOffset.first);
924 auto FuncName = FContext.getFunction();
1230 auto &[FContext, Hash] = *FContextHash;
1236 *Discriminator))[FContext.getFunction()]);
1254 auto &[FContext, Hash] = *FContextHash;
1256 auto It = Profiles.find(FContext);