[−][src]Struct wasmtime_environ::cranelift::RelocSink
Implementation of a relocation sink that just saves all the information for later
Fields
func_relocs: Vec<Relocation>
Relocations recorded for the function.
Implementations
impl RelocSink
[src]
Trait Implementations
impl RelocSink for RelocSink
[src]
fn reloc_block(
&mut self,
_offset: CodeOffset,
_reloc: Reloc,
_block_offset: CodeOffset
)
[src]
&mut self,
_offset: CodeOffset,
_reloc: Reloc,
_block_offset: CodeOffset
)
fn reloc_external(
&mut self,
offset: CodeOffset,
_srcloc: SourceLoc,
reloc: Reloc,
name: &ExternalName,
addend: Addend
)
[src]
&mut self,
offset: CodeOffset,
_srcloc: SourceLoc,
reloc: Reloc,
name: &ExternalName,
addend: Addend
)
fn reloc_constant(
&mut self,
_code_offset: CodeOffset,
_reloc: Reloc,
_constant_offset: ConstantOffset
)
[src]
&mut self,
_code_offset: CodeOffset,
_reloc: Reloc,
_constant_offset: ConstantOffset
)
fn reloc_jt(&mut self, offset: CodeOffset, reloc: Reloc, jt: JumpTable)
[src]
fn add_call_site(&mut self, Opcode, u32, SourceLoc)
[src]
Auto Trait Implementations
impl RefUnwindSafe for RelocSink
impl Send for RelocSink
impl Sync for RelocSink
impl Unpin for RelocSink
impl UnwindSafe for RelocSink
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,