Home
last modified time | relevance | path

Searched refs:moduleinfo (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/m4/
H A Dgcc_support.m430 GDCFLAGS="-fno-moduleinfo -nostdinc -I $phobos_cv_abs_srcdir/libdruntime $2 $GDCFLAGS"
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmodule.h65 static AggregateDeclaration *moduleinfo; variable
H A Ddstruct.d231 if (id == Id.ModuleInfo && !Module.moduleinfo) in this()
232 Module.moduleinfo = this; in this()
H A Ddmangle.d673 …== ClassDeclaration.object || cd == Type.typeinfoclass || cd == Module.moduleinfo || strncmp(cd.id… in visit()
H A Ddmodule.d346 extern (C++) __gshared AggregateDeclaration moduleinfo;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmodule.h65 static AggregateDeclaration *moduleinfo; variable
H A Ddstruct.c1003 if (id == Id::ModuleInfo && !Module::moduleinfo) in StructDeclaration()
1004 Module::moduleinfo = this; in StructDeclaration()
H A Ddmangle.c572 cd == Module::moduleinfo || in visit()
H A Ddmodule.c26 AggregateDeclaration *Module::moduleinfo;
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2019213 (build_module_tree): Generate second moduleinfo symbol to hold
216 which moduleinfo the decl should be registered against.
H A Dgdc.texi259 gdc -nophoboslib -fno-exceptions -fno-moduleinfo -fno-rtti
294 @item -fno-moduleinfo
296 @cindex @option{-fno-moduleinfo}
H A DChangeLog-2014413 (Module::toSymbol): Likewise for moduleinfo symbol.
418 * d-objfile.cc (Module::genobjfile): Don't set-up moduleinfo symbol
H A Dmodules.cc793 if (global.params.useModuleInfo && Module::moduleinfo != NULL) in build_module_tree()
H A DChangeLog-2013166 * d-objfile.cc (Module::genmoduleinfo): Remove moduleinfo 'New'
770 (Obj::moduleinfo): Renamed to build_moduleinfo.
870 (d_handle_option): New femit-moduleinfo switch.
H A DChangeLog-2012128 * d-objfile.cc (Obj::moduleinfo): Clean-up.
382 (Obj::moduleinfo): Likewise.
H A DChangeLog-2018571 (femit-moduleinfo, femit-templates): Likewise.
H A DChangeLog-2015583 function generated by build_emutls_function to moduleinfo.
H A DChangeLog-2016130 (get_moduleinfo_decl): Use record type for moduleinfo decl.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dgdc.texi245 gdc -nophoboslib -fno-exceptions -fno-moduleinfo -fno-rtti
253 @item -fno-moduleinfo
255 @cindex @option{-fno-moduleinfo}
H A Dmodules.cc782 && Module::moduleinfo != NULL in build_module_tree()
/netbsd-src/external/gpl3/gcc/dist/libphobos/
H A DChangeLog540 -fno-moduleinfo flag to dg-runtest.
586 -fversion=Shared and -fno-moduleinfo from default extra test flags.