Home
last modified time | relevance | path

Searched refs:include_compiler_rt (Results 1 – 18 of 18) sorted by relevance

/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dzig0.cpp270 bool include_compiler_rt = false; in main() local
340 include_compiler_rt = true; in main()
475 stage1->include_compiler_rt = include_compiler_rt; in main()
H A Dstage1.cpp105 g->include_compiler_rt = stage1->include_compiler_rt; in zig_stage1_build_object()
H A Dstage1.h200 bool include_compiler_rt; member
H A Dall_types.hpp2195 bool include_compiler_rt; member
H A Dcodegen.cpp9770 if (g->include_compiler_rt) { in gen_root_source()
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dzig0.cpp270 bool include_compiler_rt = false; in main() local
340 include_compiler_rt = true; in main()
475 stage1->include_compiler_rt = include_compiler_rt; in main()
H A Dstage1.cpp105 g->include_compiler_rt = stage1->include_compiler_rt; in zig_stage1_build_object()
H A Dstage1.h200 bool include_compiler_rt; member
H A Dall_types.hpp2195 bool include_compiler_rt; member
H A Dcodegen.cpp9770 if (g->include_compiler_rt) { in gen_root_source()
/dports/lang/zig-devel/zig-0.9.0/src/
H A Dstage1.zig128 include_compiler_rt: bool,
H A Dlink.zig73 include_compiler_rt: bool,
663 const compiler_rt_path: ?[]const u8 = if (base.options.include_compiler_rt)
H A DCompilation.zig1128 const include_compiler_rt = options.want_compiler_rt orelse needs_c_symbols;
1479 .include_compiler_rt = include_compiler_rt,
1691 if (comp.bin_file.options.include_compiler_rt and capable_of_building_compiler_rt) {
4496 // The include_compiler_rt stored in the bin file options here means that we need
4503 const include_compiler_rt = comp.bin_file.options.output_mode == .Obj and
4504 comp.bin_file.options.include_compiler_rt;
4527 man.hash.add(include_compiler_rt);
4710 .include_compiler_rt = include_compiler_rt,
/dports/lang/zig/zig-0.9.0/src/
H A Dstage1.zig128 include_compiler_rt: bool,
H A Dlink.zig73 include_compiler_rt: bool,
663 const compiler_rt_path: ?[]const u8 = if (base.options.include_compiler_rt)
H A DCompilation.zig1128 const include_compiler_rt = options.want_compiler_rt orelse needs_c_symbols;
1479 .include_compiler_rt = include_compiler_rt,
1691 if (comp.bin_file.options.include_compiler_rt and capable_of_building_compiler_rt) {
4496 // The include_compiler_rt stored in the bin file options here means that we need
4503 const include_compiler_rt = comp.bin_file.options.output_mode == .Obj and
4504 comp.bin_file.options.include_compiler_rt;
4527 man.hash.add(include_compiler_rt);
4710 .include_compiler_rt = include_compiler_rt,
/dports/lang/zig-devel/zig-0.9.0/src/link/
H A DWasm.zig983 const compiler_rt_path: ?[]const u8 = if (self.base.options.include_compiler_rt and !is_obj)
/dports/lang/zig/zig-0.9.0/src/link/
H A DWasm.zig983 const compiler_rt_path: ?[]const u8 = if (self.base.options.include_compiler_rt and !is_obj)