MCPcopy Create free account
hub / github.com/Rust-for-Linux/klint / name

Method name

src/driver.rs:126–128  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

124
125impl<C: CallbacksExt> CodegenBackend for BackendWrapper<C> {
126 fn name(&self) -> &'static str {
127 self.backend.name()
128 }
129
130 fn target_cpu(&self, sess: &Session) -> String {
131 self.backend.target_cpu(sess)

Callers 5

stack_size_checkFunction · 0.80
newMethod · 0.80
linkage_nameMethod · 0.80
rangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected