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

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp113 /// PrintLLVMName - Turn the specified name into an 'LLVM name', which is either
116 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) { function
155 /// PrintLLVMName - Turn the specified name into an 'LLVM name', which is either
158 static void PrintLLVMName(raw_ostream &OS, const Value *V) { function
159 PrintLLVMName(OS, V->getName(),
233 return PrintLLVMName(OS, STy->getName(), LocalPrefix);
1078 PrintLLVMName(Out, V);
1487 PrintLLVMName(Out, GA);
1537 PrintLLVMName(Out, TypePrinter.NamedTypes[i]->getName(), LocalPrefix);
1682 PrintLLVMName(Ou
[all...]

Completed in 53 milliseconds