Module rustc_codegen_llvm::debuginfo::utils
source ยท Enumsยง
- FatPtr
Kind ๐
Functionsยง
- DIB ๐
- create_
DIArray ๐ - debug_
context ๐ - fat_
pointer_ ๐kind Determines ifpointee_ty
is slice-like or trait-object-like, i.e. if the second field of the fat pointer is a length or a vtable-pointer. Ifpointee_ty
does not require a fat pointer (because it is Sized) then the function returnsNone
.