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

Method relocs

cranelift/codegen/src/machinst/buffer.rs:1942–1944  ·  view source on GitHub ↗

Get the list of external relocations for this code.

(&self)

Source from the content-addressed store, hash-verified

1940
1941 /// Get the list of external relocations for this code.
1942 pub fn relocs(&self) -> &[FinalizedMachReloc] {
1943 &self.relocs[..]
1944 }
1945
1946 /// Get the list of trap records for this code.
1947 pub fn traps(&self) -> &[MachTrap] {

Callers 5

handle_moduleFunction · 0.80
disassembleMethod · 0.80
relocationsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected