Lines Matching refs:Mang
104 const GlobalValue *GV, StringRef Suffix, Mangler &Mang, in getSymbolWithGlobalValueBase() argument
110 TM.getNameWithPrefix(NameStr, GV, Mang); in getSymbolWithGlobalValueBase()
116 const GlobalValue *GV, Mangler &Mang, const TargetMachine &TM, in getCFIPersonalitySymbol() argument
118 return TM.getSymbol(GV, Mang); in getCFIPersonalitySymbol()
234 SectionKind Kind, Mangler &Mang, in SectionForGlobal() argument
238 return getExplicitSectionGlobal(GV, Kind, Mang, TM); in SectionForGlobal()
242 return SelectSectionForGlobal(GV, Kind, Mang, TM); in SectionForGlobal()
246 const Function &F, Mangler &Mang, const TargetMachine &TM) const { in getSectionForJumpTable() argument
286 const GlobalValue *GV, unsigned Encoding, Mangler &Mang, in getTTypeGlobalReference() argument
290 MCSymbolRefExpr::create(TM.getSymbol(GV, Mang), getContext()); in getTTypeGlobalReference()
322 SmallVectorImpl<char> &OutName, const GlobalValue *GV, Mangler &Mang, in getNameWithPrefix() argument
324 Mang.getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false); in getNameWithPrefix()