Home
last modified time | relevance | path

Searched refs:template_file (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/compiler/
DBUILD.gn257 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/
Dkeywords.rb213 def generate(keywords, template_file, output_file) argument
219 template = File.read(template_file)
/arkcompiler/ets_frontend/ts2panda/scripts/
Dgen_diagnostic.rb60 template_file = File.read(options.template)
68 t = ERB.new(template_file, nil, '%-')
/arkcompiler/runtime_core/bytecode_optimizer/
DBUILD.gn114 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/
Dark_config.gni67 # 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/
Dark_config.gni72 # 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/
DBUILD.gn166 template_file =
175 template_file = "templates/disasm_plugins.inc.erb"
183 template_file = "templates/get_language_specific_metadata.inc.erb"
/arkcompiler/runtime_core/libpandabase/
DBUILD.gn37 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/
DBUILD.gn144 template_file = "templates/type.h.erb"
167 template_file = "templates/source_lang_enum.h.erb"
/arkcompiler/runtime_core/assembler/
DBUILD.gn192 template_file = "templates/meta_gen.cpp.erb"
200 template_file = "extensions/register_extensions.h.erb"
/arkcompiler/ets_frontend/ts2panda/
DBUILD.gn145 template_file = "templates/irnodes.ts.erb"