Lines Matching refs:gcc
28 // writeDefs creates output files to be compiled by gc and gcc.
54 // Write C main file for using gcc to resolve imports.
332 // Construct a gcc struct matching the gc argument frame.
333 // Assumes that in gcc, char is 1 byte, short 2 bytes, int 4 bytes, long long 8 bytes.
477 // Wrapper calls into gcc, passing a pointer to the argument frame.
542 // While we process the vars and funcs, also write gcc output.
543 // Gcc output starts with the preamble.
595 // Gcc wrapper unpacks the C argument struct
608 // We're trying to write a gcc struct that matches gc's layout.
610 // gcc has different packing requirements.
726 // gcc wants to 8-align int64s, but gc does not.
727 // Use __gcc_struct__ to work around http://gcc.gnu.org/PR52991 on x86,
755 // Construct a gcc struct matching the gc argument and
756 // result frame. The gcc struct will be compiled with
810 // compiled by gcc.
831 // Build the wrapper function compiled by gcc.
1316 #line 1 "cgo-gcc-prolog"
1390 // Set to yesTsanProlog if we see -fsanitize=thread in the flags for gcc.
1397 /* Define intgo when compiling with GCC. */
1670 #line 1 "cgo-gcc-export-header-prolog"