Return true if both records refer to the same variable and location.

Synopsis

Declared in <llvm/IR/DebugInfo.h>

bool
operator==(
    VarRecord const& LHS,
    VarRecord const& RHS);

Return Value

True if both records refer to the same variable and location.

Parameters

Name

Description

LHS

Left‐hand VarRecord.

RHS

Right‐hand VarRecord.

Created with MrDocs