Home
last modified time | relevance | path

Searched refs:TranslatedCodeSection (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/lightbeam/src/
H A Dtranslate_sections.rs1 use crate::backend::TranslatedCodeSection;
110 ) -> Result<TranslatedCodeSection, Error> { in code() argument
H A Dmodule.rs1 use crate::backend::TranslatedCodeSection;
103 translated_code_section: Option<TranslatedCodeSection>,
H A Dbackend.rs658 pub fn into_translated_code_section(self) -> Result<TranslatedCodeSection, Error> { in into_translated_code_section() argument
668 Ok(TranslatedCodeSection { in into_translated_code_section()
691 pub struct TranslatedCodeSection { struct
699 impl TranslatedCodeSection { argument