Searched refs:createMangleContext (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftCXXABI.cpp101 Context.createMangleContext(Context.getAuxTargetInfo()));
H A DItaniumCXXABI.cpp191 : Mangler(Ctx.createMangleContext()), Context(Ctx) {}
H A DMangle.cpp394 : MC(Ctx.createMangleContext()),
478 std::unique_ptr<MangleContext> M(Ctx.createMangleContext());
H A DExpr.cpp572 MC.reset(Context.createMangleContext());
H A DASTContext.cpp11057 MangleContext *ASTContext::createMangleContext(const TargetInfo *T) { function in class:ASTContext
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h50 : CGM(CGM), MangleCtx(CGM.getContext().createMangleContext()) {}
H A DCGCUDANV.cpp198 DeviceMC(CGM.getContext().createMangleContext(
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2356 MangleContext *createMangleContext(const TargetInfo *T = nullptr);

Completed in 245 milliseconds