reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
212 : TM(std::move(MMI.TM)), 213 Context(MMI.TM.getMCAsmInfo(), MMI.TM.getMCRegisterInfo(), 213 Context(MMI.TM.getMCAsmInfo(), MMI.TM.getMCRegisterInfo(), 214 MMI.TM.getObjFileLowering(), nullptr, nullptr, false) { 215 ObjFileMMI = MMI.ObjFileMMI; 216 CurCallSite = MMI.CurCallSite; 217 UsesMSVCFloatingPoint = MMI.UsesMSVCFloatingPoint; 218 UsesMorestackAddr = MMI.UsesMorestackAddr; 219 HasSplitStack = MMI.HasSplitStack; 220 HasNosplitStack = MMI.HasNosplitStack; 221 AddrLabelSymbols = MMI.AddrLabelSymbols; 222 TheModule = MMI.TheModule;