Searched refs:getContextKey (Results 1 – 2 of 2) sorted by relevance
433 std::shared_ptr<StringBasedCtxKey> getContextKey();451 std::shared_ptr<AddrBasedCtxKey> getContextKey();
163 std::shared_ptr<StringBasedCtxKey> FrameStack::getContextKey() { in getContextKey() function in llvm::sampleprof::FrameStack170 std::shared_ptr<AddrBasedCtxKey> AddressStack::getContextKey() { in getContextKey() function in llvm::sampleprof::AddressStack184 std::shared_ptr<ContextKey> Key = Stack.getContextKey(); in collectSamplesFromFrame()