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!");
1021 char Prefix = '%';
1026 Prefix = '@';
1035 Prefix = '@';
1046 Out << Prefix << Slot;