Function rustc_codegen_llvm::debuginfo::metadata::build_field_di_node
source ยท fn build_field_di_node<'ll, 'tcx>(
cx: &CodegenCx<'ll, 'tcx>,
owner: &'ll DIScope,
name: &str,
size_and_align: (Size, Align),
offset: Size,
flags: DIFlags,
type_di_node: &'ll DIType,
) -> &'ll DIType
Expand description
Creates a DW_TAG_member
entry inside the DIE represented by the given type_di_node
.