Home
last modified time | relevance | path

Searched defs:funclet_bundle (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbuilder.rs232 let funclet_bundle = funclet.map(|funclet| funclet.bundle()); in invoke() localVariable
233 let funclet_bundle = funclet_bundle.as_ref().map(|b| &*b.raw); in invoke() localVariable
1195 let funclet_bundle = funclet.map(|funclet| funclet.bundle()); in call() localVariable
1196 let funclet_bundle = funclet_bundle.as_ref().map(|b| &*b.raw); in call() localVariable