MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / isa_flags_hash_key

Method isa_flags_hash_key

cranelift/codegen/src/isa/aarch64/mod.rs:110–112  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

108 }
109
110 fn isa_flags_hash_key(&self) -> IsaFlagsHashKey<'_> {
111 IsaFlagsHashKey(self.isa_flags.hash_key())
112 }
113
114 fn is_branch_protection_enabled(&self) -> bool {
115 self.isa_flags.use_bti()

Callers

nothing calls this directly

Calls 2

IsaFlagsHashKeyClass · 0.85
hash_keyMethod · 0.45

Tested by

no test coverage detected