llvm::Instruction::hasDbgRecords

Return true if any DbgRecords are attached to this instruction.

Synopsis

Declared in <llvm/IR/Instruction.h>

bool
hasDbgRecords() const;

Return Value

True if DbgRecords are attached.