Home
last modified time | relevance | path

Searched defs:SectionGroup (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dandroid.d35 struct SectionGroup struct
37 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() argument
42 static int opApplyReverse(scope int delegate(ref SectionGroup) dg) in opApplyReverse() argument
47 @property immutable(ModuleInfo*)[] modules() const nothrow @nogc in immutable()
52 @property ref inout(ModuleGroup) moduleGroup() inout nothrow @nogc in inout()
57 @property immutable(FuncTable)[] ehTables() const nothrow @nogc in immutable()
64 @property inout(void[])[] gcRanges() inout nothrow @nogc in inout()
H A Dosx.d36 struct SectionGroup struct
38 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() argument
43 static int opApplyReverse(scope int delegate(ref SectionGroup) dg) in opApplyReverse() argument
48 @property immutable(ModuleInfo*)[] modules() const nothrow @nogc in immutable()
53 @property ref inout(ModuleGroup) moduleGroup() inout nothrow @nogc in inout()
58 @property inout(void[])[] gcRanges() inout nothrow @nogc in inout()
63 @property immutable(FuncTable)[] ehTables() const nothrow @nogc in immutable()
70 ModuleGroup _moduleGroup;
H A Dwin32.d32 struct SectionGroup struct
34 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() argument
39 static int opApplyReverse(scope int delegate(ref SectionGroup) dg) in opApplyReverse() argument
44 @property immutable(ModuleInfo*)[] modules() const nothrow @nogc in immutable()
49 @property ref inout(ModuleGroup) moduleGroup() inout nothrow @nogc in inout()
54 @property inout(void[])[] gcRanges() inout nothrow @nogc in inout()
H A Dwin64.d32 struct SectionGroup struct
34 static int opApply(scope int delegate(ref SectionGroup) dg) in opApply() argument
39 static int opApplyReverse(scope int delegate(ref SectionGroup) dg) in opApplyReverse() argument
44 @property immutable(ModuleInfo*)[] modules() const nothrow @nogc in immutable()
49 @property ref inout(ModuleGroup) moduleGroup() inout nothrow @nogc in inout()
54 version (Win64) in version()
62 @property inout(void[])[] gcRanges() inout nothrow @nogc in inout()
H A Delf_shared.d104 alias DSO SectionGroup; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Dmacho.d41 alias DSO SectionGroup; variable
H A Dpecoff.d40 alias DSO SectionGroup; variable
H A Delf.d99 alias DSO SectionGroup; variable