Searched defs:CompileData (Results 1 – 1 of 1) sorted by relevance
91 type CompileData struct { struct92 AddSource string93 Defines map[string]string94 Includes []string95 Values []string96 DeclarePrintf bool99 func compile(cc string, args []string, data *CompileData) (bin string, out []byte, err error) {