Searched refs:getContextSamplesFor (Results 1 – 3 of 3) sorted by relevance
111 LLVM_ABI FunctionSamples *getContextSamplesFor(const DILocation *DIL);113 LLVM_ABI FunctionSamples *getContextSamplesFor(const SampleContext &Context);
274 SampleContextTracker::getContextSamplesFor(const DILocation *DIL) { in getContextSamplesFor() function in llvm::SampleContextTracker295 SampleContextTracker::getContextSamplesFor(const SampleContext &Context) { in getContextSamplesFor() function in llvm::SampleContextTracker
791 it.first->second = ContextTracker->getContextSamplesFor(DIL); in findFunctionSamples()