Order by variable pointer, then debug location.

Synopsis

Declared in <llvm/IR/DebugInfo.h>

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

Return Value

True if LHS is ordered before RHS.

Parameters

Name

Description

LHS

Left‐hand VarRecord.

RHS

Right‐hand VarRecord.

Created with MrDocs