Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPerfReader.h312 struct StringBasedCtxKey : public ContextKey { struct
315 StringBasedCtxKey() : ContextKey(CK_StringBased), WasLeafInlined(false){}; in StringBasedCtxKey() function
321 const StringBasedCtxKey *Other = dyn_cast<StringBasedCtxKey>(K); in isEqual() argument
325 void genHashCode() { HashCode = hash_value(Context); } in genHashCode()