llvm::DIELocList::sizeOf

Return the size in bytes of this location-list reference for 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 location-list reference.

Parameters

NameDescription
FormParamsDWARF form size parameters for the target.
FormDWARF form to measure.