llvm::DbgRecord::isIdenticalToWhenDefined

Return true if this record matches R ignoring debug location differences.

Synopsis

Declared in <llvm/IR/DebugProgramInstruction.h>

bool
isIdenticalToWhenDefined(DbgRecord const& R) const;

Return Value

True if the records match ignoring debug location.

Parameters

NameDescription
ROther record to compare against.