If this is a constant offset, extract it. If there is no expression, return true with an offset of zero.

Synopsis

Declared in <llvm/IR/DebugInfoMetadata.h>

bool
extractIfOffset(int64_t& Offset) const;

Return Value

if this is a constant offset, extract it. If there is no expression,.

Parameters

Name

Description

Offset

Byte or bit offset.

Created with MrDocs