Searched refs:kind_name (Results 1 – 3 of 3) sorted by relevance
39 pub fn kind_name(&self) -> &'static str { in kind_name() method138 writeln!(out, "<tr><td>kind</td><td>{}</td></tr>", self.kind_name())?; in dot_attributes()
443 self.kind_name() in dot_attributes()455 fn kind_name(&self) -> &'static str { in kind_name() method
532 buf << kind_name(); in name()574 constexpr const char* kind_name() const { return wasm::name(kind()); } in kind_name() function