Home
last modified time | relevance | path

Searched defs:StringBasedCtxKey (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.h354 struct StringBasedCtxKey : public ContextKey { struct
358 StringBasedCtxKey() : ContextKey(CK_StringBased), WasLeafInlined(false){}; in StringBasedCtxKey() function
364 const StringBasedCtxKey *Other = dyn_cast<StringBasedCtxKey>(K); in isEqual() argument
368 void genHashCode() override { in genHashCode()