Return true if this record matches R ignoring debug location differences.
Declared in <llvm/IR/DebugProgramInstruction.h>
bool
isIdenticalToWhenDefined(DbgRecord const& R) const;
True if the records match ignoring debug location.
| Name | Description |
|---|---|
| R | Other record to compare against. |