Home
last modified time | relevance | path

Searched refs:gen_output (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/utils/TableGen/
H A Dtablegen.gni56 gen_output = "$target_gen_dir/" + invoker.output_name
58 gen_output = "$target_gen_dir/$target_name.inc"
60 depfile = "$gen_output.d"
78 rebase_path(gen_output, root_build_dir),
81 outputs = [ gen_output ]
/netbsd-src/sys/arch/hpc/hpc/platid_gen/
H A Dplatid_gen.c73 void gen_output(void);
326 gen_output(); in gen_list()
345 gen_output(void) in gen_output() function