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

/external/llvm/lib/IR/
H A DAsmWriter.cpp338 LocalPrefix, enumerator in enum:PrefixType
390 case LocalPrefix:
402 isa<GlobalValue>(V) ? GlobalPrefix : LocalPrefix);
496 return PrintLLVMName(OS, STy->getName(), LocalPrefix);
2503 PrintLLVMName(Out, TypePrinter.NamedTypes[i]->getName(), LocalPrefix);

Completed in 206 milliseconds