HomeSort by relevance Sort by last modified time
    Searched refs:PrintLLVMName (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 86 /// PrintLLVMName - Turn the specified name into an 'LLVM name', which is either
89 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) {
124 /// PrintLLVMName - Turn the specified name into an 'LLVM name', which is either
127 static void PrintLLVMName(raw_ostream &OS, const Value *V) {
128 PrintLLVMName(OS, V->getName(),
228 return PrintLLVMName(OS, STy->getName(), LocalPrefix);
980 PrintLLVMName(Out, V);
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 395 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) {
417 static void PrintLLVMName(raw_ostream &OS, const Value *V) {
418 PrintLLVMName(OS, V->getName(),
513 return PrintLLVMName(OS, STy->getName(), LocalPrefix);
    [all...]

Completed in 499 milliseconds