Home
last modified time | relevance | path

Searched refs:CompilePhase (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dmod.rs392 pub struct CompiledCodeBase<T: CompilePhase> {
426 impl<T: CompilePhase> CompiledCodeBase<T> {
H A Dbuffer.rs197 pub trait CompilePhase { trait
203 pub trait CompilePhase { interface
217 impl CompilePhase for Stencil {
222 impl CompilePhase for Final {
370 pub struct MachBufferFinalized<T: CompilePhase> {
1850 impl<T: CompilePhase> MachBufferFinalized<T> {
2262 pub struct MachSrcLoc<T: CompilePhase> {