Struct cranelift_codegen::binemit::NullRelocSink [−][src]
pub struct NullRelocSink {}
A RelocSink
implementation that does nothing, which is convenient when
compiling code that does not relocate anything.
Trait Implementations
impl Default for NullRelocSink
[src]
impl Default for NullRelocSink
[src]fn default() -> NullRelocSink
[src]
impl RelocSink for NullRelocSink
[src]
impl RelocSink for NullRelocSink
[src]fn reloc_external(
&mut self,
_: CodeOffset,
_: SourceLoc,
_: Reloc,
_: &ExternalName,
_: Addend
)
[src]
&mut self,
_: CodeOffset,
_: SourceLoc,
_: Reloc,
_: &ExternalName,
_: Addend
)