llvm::GlobalVariable::getDebugInfo

Fill the vector with all debug info attachements.

Synopsis

Declared in <llvm/IR/GlobalVariable.h>

void
getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression*>& GVs) const;

Parameters

NameDescription
GVsThe vector to fill with attached debug info expressions.