Searched refs:MicrosoftMangleContext (Results 1 – 5 of 5) sorted by relevance
183 class MicrosoftMangleContext : public MangleContext {185 explicit MicrosoftMangleContext(ASTContext &C, DiagnosticsEngine &D) in MicrosoftMangleContext() function210 static MicrosoftMangleContext *create(ASTContext &Context,
169 MicrosoftMangleContext &Mangler = in getAddrOfVBTable()170 cast<MicrosoftMangleContext>(CGM.getCXXABI().getMangleContext()); in getAddrOfVBTable()
241 MicrosoftMangleContext &getMangleContext() { in getMangleContext()242 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext()); in getMangleContext()849 static void mangleVFTableName(MicrosoftMangleContext &MangleContext, in mangleVFTableName()
177 class MicrosoftMangleContextImpl : public MicrosoftMangleContext {180 : MicrosoftMangleContext(Context, Diags) {} in MicrosoftMangleContextImpl()2095 MicrosoftMangleContext *2096 MicrosoftMangleContext::create(ASTContext &Context, DiagnosticsEngine &Diags) { in create()
8007 return MicrosoftMangleContext::create(*this, getDiagnostics()); in createMangleContext()