Home
last modified time | relevance | path

Searched full:directive_name (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/templates/
Dfile_items_gen.inc.erb29 % Common::each_plugin_option "directive_name" do |directive_name, _, plugin_opts|
30 if (lang == "<%= directive_name %>") {
44 % Common::each_plugin_option "directive_name" do |directive_name, _, plugin_opts|
46 return "<%= directive_name %>";
/arkcompiler/runtime_core/static_core/disassembler/templates/
Dget_language_specific_metadata.inc.erb24 Get<%= plugin_opts["directive_name"] %>Metadata();
/arkcompiler/runtime_core/static_core/abc2program/templates/
Dget_language_specific_metadata.inc.erb24 Get<%= plugin_opts["directive_name"] %>Metadata();
/arkcompiler/runtime_core/disassembler/templates/
Dget_language_specific_metadata.inc.erb26 Get<%= plugin_opts["directive_name"] %>Metadata();
/arkcompiler/runtime_core/static_core/plugins/ets/
Dets_plugin_options.yaml30 directive_name: eTS
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp915 std::string directive_name = *context_ == Token::Type::ID_CATCH ? ".catch" : ".catchall"; in ParseAsCatchall() local
917 … context_.err = GetError(directive_name + " directive is located outside of a function body.", in ParseAsCatchall()
922 …LOG(DEBUG, ASSEMBLER) << "started parsing of " << directive_name << " directive (line " << line_st… in ParseAsCatchall()