Home
last modified time | relevance | path

Searched refs:getContextKey (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.h433 std::shared_ptr<StringBasedCtxKey> getContextKey();
451 std::shared_ptr<AddrBasedCtxKey> getContextKey();
H A DPerfReader.cpp163 std::shared_ptr<StringBasedCtxKey> FrameStack::getContextKey() { in getContextKey() function in llvm::sampleprof::FrameStack
170 std::shared_ptr<AddrBasedCtxKey> AddressStack::getContextKey() { in getContextKey() function in llvm::sampleprof::AddressStack
184 std::shared_ptr<ContextKey> Key = Stack.getContextKey(); in collectSamplesFromFrame()