Home
last modified time | relevance | path

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

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