Searched refs:target_description_xml (Results 1 – 11 of 11) sorted by relevance
37 fn target_description_xml() -> Option<&'static str> { in target_description_xml() method47 fn target_description_xml() -> Option<&'static str> { in target_description_xml() method57 fn target_description_xml() -> Option<&'static str> { in target_description_xml() method69 fn target_description_xml() -> Option<&'static str> { in target_description_xml() method
20 fn target_description_xml() -> Option<&'static str> { in target_description_xml() method30 fn target_description_xml() -> Option<&'static str> { in target_description_xml() method
23 fn target_description_xml() -> Option<&'static str> { in target_description_xml() method45 fn target_description_xml() -> Option<&'static str> { in target_description_xml() method
16 fn target_description_xml(&self) -> &str; in target_description_xml() method
6 fn target_description_xml(&self) -> &str { in target_description_xml() method
15 fn target_description_xml() -> Option<&'static str> { in target_description_xml() method
22 fn target_description_xml() -> Option<&'static str> { in target_description_xml() method
81 fn target_description_xml() -> Option<&'static str> { in target_description_xml() method
306 if T::Arch::target_description_xml().is_some() in handle_base()322 .map(|ops| ops.target_description_xml()) in handle_base()323 .or_else(|| T::Arch::target_description_xml()); in handle_base()
11 … description XML file (`target.xml`) specified by `Target::Arch::target_description_xml`. This is …