Searched refs:PrefixType (Results 1 – 3 of 3) sorted by relevance
142 ValueEnumerator(const Module &M, Type *PrefixType);
360 ValueEnumerator::ValueEnumerator(const Module &M, Type *PrefixType) { in ValueEnumerator() argument361 EnumerateType(PrefixType); in ValueEnumerator()
340 enum PrefixType { enum383 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) { in PrintLLVMName()