Trait inkwell::debug_info::AsDIScope
source · pub trait AsDIScope<'ctx> {
// Required method
fn as_debug_info_scope(self) -> DIScope<'ctx>;
}
Expand description
Specific scopes (i.e. DILexicalBlock
) can be turned into a DIScope
with the
AsDIScope::as_debug_info_scope
trait method.