Searched refs:getContextSamplesFor (Results 1 – 3 of 3) sorted by relevance
107 FunctionSamples *getContextSamplesFor(const DILocation *DIL);109 FunctionSamples *getContextSamplesFor(const SampleContext &Context);
273 SampleContextTracker::getContextSamplesFor(const DILocation *DIL) { in getContextSamplesFor() function in llvm::SampleContextTracker294 SampleContextTracker::getContextSamplesFor(const SampleContext &Context) { in getContextSamplesFor() function in llvm::SampleContextTracker
789 it.first->second = ContextTracker->getContextSamplesFor(DIL); in findFunctionSamples()