Searched refs:PrintLLVMName (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DAsmWriter.cpp88 /// PrintLLVMName - Turn the specified name into an 'LLVM name', which is either
91 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) { function
129 /// PrintLLVMName - Turn the specified name into an 'LLVM name', which is either
132 static void PrintLLVMName(raw_ostream &OS, const Value *V) { function
133 PrintLLVMName(OS, V->getName(),
234 return PrintLLVMName(OS, STy->getName(), LocalPrefix);
1015 PrintLLVMName(Out, V);
1453 PrintLLVMName(Out, GA);
1503 PrintLLVMName(Out, TypePrinter.NamedTypes[i]->getName(), LocalPrefix);
1636 PrintLLVMName(Ou
[all...]

Completed in 216 milliseconds