Lines Matching defs:Mangler
1 //===-- Mangler.cpp - Self-contained c/asm llvm name mangler --------------===//
13 #include "llvm/IR/Mangler.h"
71 void Mangler::getNameWithPrefix(raw_ostream &OS, const Twine &GVName,
76 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName,
121 void Mangler::getNameWithPrefix(raw_ostream &OS, const GlobalValue *GV,
188 void Mangler::getNameWithPrefix(SmallVectorImpl<char> &OutName,
215 const Triple &TT, Mangler &Mangler) {
229 Mangler.getNameWithPrefix(FlagOS, GV, false);
236 Mangler.getNameWithPrefix(OS, GV, false);
268 Mangler.getNameWithPrefix(FlagOS, GV, false);
281 const Triple &T, Mangler &M) {