Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Prefix

89 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) {
91 switch (Prefix) {
92 default: llvm_unreachable("Bad prefix!");
1039 char Prefix = '%';
1045 Prefix = '@';
1062 Prefix = '@';
1073 Out << Prefix << Slot;