Lines Matching defs:KeyStr
170 std::shared_ptr<StringBasedCtxKey> KeyStr =
172 KeyStr->Context = Binary->getExpandedContext(Stack, KeyStr->WasLeafInlined);
173 return KeyStr;
177 std::shared_ptr<AddrBasedCtxKey> KeyStr = std::make_shared<AddrBasedCtxKey>();
178 KeyStr->Context = Stack;
179 CSProfileGenerator::compressRecursionContext<uint64_t>(KeyStr->Context);
188 : KeyStr->Context.size();
192 CSProfileGenerator::trimContext<uint64_t>(KeyStr->Context, Depth);
193 return KeyStr;