Searched refs:template_file (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/runtime_core/compiler/ |
D | BUILD.gn | 257 template_file = "$ark_root/templates/options/options.h.erb" 264 template_file = "$ark_root/templates/cpu_features.inc.erb" 271 template_file = "$ark_root/templates/events/events.h.erb" 278 template_file = 286 template_file = "optimizer/templates/intrinsics/intrinsics_stub.inl.erb" 293 template_file = "optimizer/templates/intrinsics/intrinsics_stub.inl.h.erb" 300 template_file = 308 template_file = "optimizer/templates/intrinsics/intrinsics_inline.inl.erb" 315 template_file = "optimizer/templates/intrinsics/intrinsics_ir_build.inl.h.erb" 322 template_file = [all …]
|
/arkcompiler/ets_frontend/es2panda/lexer/scripts/ |
D | keywords.rb | 213 def generate(keywords, template_file, output_file) argument 219 template = File.read(template_file)
|
/arkcompiler/ets_frontend/ts2panda/scripts/ |
D | gen_diagnostic.rb | 60 template_file = File.read(options.template) 68 t = ERB.new(template_file, nil, '%-')
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | BUILD.gn | 114 template_file = "../templates/options/options.h.erb" 122 template_file = "templates/reg_encoder_visitors.inc.erb" 130 template_file = "templates/codegen_visitors.inc.erb" 138 template_file = "templates/codegen_intrinsics.cpp.erb"
|
/arkcompiler/runtime_core/ |
D | ark_config.gni | 67 # template_file -- template full name 73 assert(defined(invoker.template_file), "template_file is required!") 92 rebase_path(invoker.template_file, root_build_dir), 106 invoker.template_file, 224 template_file = "${dir}/${t}"
|
/arkcompiler/runtime_core/gn/ark/runtime_core/ |
D | ark_config.gni | 72 # template_file -- template full name 78 assert(defined(invoker.template_file), "template_file is required!") 97 rebase_path(invoker.template_file, root_build_dir), 111 invoker.template_file, 226 template_file = "${dir}/${t}"
|
/arkcompiler/runtime_core/disassembler/ |
D | BUILD.gn | 166 template_file = 175 template_file = "templates/disasm_plugins.inc.erb" 183 template_file = "templates/get_language_specific_metadata.inc.erb"
|
/arkcompiler/runtime_core/libpandabase/ |
D | BUILD.gn | 37 template_file = "events/events_gen.h.erb" 44 template_file = "../templates/options/options.h.erb" 250 template_file = "templates/logger_enum_gen.h.erb" 258 template_file = "templates/logger_impl_gen.inc.erb"
|
/arkcompiler/runtime_core/libpandafile/ |
D | BUILD.gn | 144 template_file = "templates/type.h.erb" 167 template_file = "templates/source_lang_enum.h.erb"
|
/arkcompiler/runtime_core/assembler/ |
D | BUILD.gn | 192 template_file = "templates/meta_gen.cpp.erb" 200 template_file = "extensions/register_extensions.h.erb"
|
/arkcompiler/ets_frontend/ts2panda/ |
D | BUILD.gn | 145 template_file = "templates/irnodes.ts.erb"
|