fn inline_attr<'ll>(
cx: &CodegenCx<'ll, '_>,
inline: InlineAttr,
) -> Option<&'ll Attribute>
Expand description
Get LLVM attribute for the provided inline heuristic.
fn inline_attr<'ll>(
cx: &CodegenCx<'ll, '_>,
inline: InlineAttr,
) -> Option<&'ll Attribute>
Get LLVM attribute for the provided inline heuristic.