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

/external/llvm/lib/VMCore/
H A DAsmWriter.cpp84 LocalPrefix, enumerator in enum:PrefixType
97 case LocalPrefix: OS << '%'; break;
134 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix);
234 return PrintLLVMName(OS, STy->getName(), LocalPrefix);
1503 PrintLLVMName(Out, TypePrinter.NamedTypes[i]->getName(), LocalPrefix);

Completed in 142 milliseconds