14 #ifndef LLVM_TARGET_MANGLER_H
15 #define LLVM_TARGET_MANGLER_H
23 template <
typename T>
class SmallVectorImpl;
46 unsigned NextAnonGlobalID;
55 bool isImplicitlyPrivate,
bool UseGlobalPrefix =
true);
62 bool UseGlobalPrefix =
true);
67 #endif // LLVM_TARGET_MANGLER_H
void getNameWithPrefix(SmallVectorImpl< char > &OutName, const GlobalValue *GV, bool isImplicitlyPrivate, bool UseGlobalPrefix=true)
Mangler(const TargetMachine *TM)
Emit "linker private" prefix before each symbol.
Emit "private" prefix before each symbol.
Emit default string before each symbol.