Searched refs:MangleCtx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXXABI.h | 48 std::unique_ptr<MangleContext> MangleCtx; variable 51 : CGM(CGM), MangleCtx(CGM.getContext().createMangleContext()) {} in CGCXXABI() 118 return *MangleCtx; in getMangleContext()
|
| H A D | CodeGenModule.cpp | 2003 MangleContext &MangleCtx = getCXXABI().getMangleContext(); in getBlockMangledName() local 2009 MangleCtx.mangleGlobalBlock(BD, in getBlockMangledName() 2012 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out); in getBlockMangledName() 2014 MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out); in getBlockMangledName() 2016 MangleCtx.mangleBlock(cast<DeclContext>(D), BD, Out); in getBlockMangledName() 7647 NewBuilder->ABI->MangleCtx = std::move(ABI->MangleCtx); in moveLazyEmissionStates()
|