Return the size in bytes of this label when encoded with Form.
Synopsis
Declared in <llvm/CodeGen/DIE.h>
unsigned int
sizeOf(
dwarf::FormParams const& FormParams,
dwarf::Form Form) const;
Return Value
Size in bytes of the encoded label.
Parameters
Name |
Description |
FormParams |
DWARF form size parameters for the target. |
Form |
DWARF form to measure. |
Created with MrDocs