LLVM: llvm::SelectionDAGBuilder::DanglingDebugInfo::Print Struct Reference (original) (raw)

Helper for printing DanglingDebugInfo. More...

#include "[CodeGen/SelectionDAG/SelectionDAGBuilder.h](SelectionDAGBuilder%5F8h%5Fsource.html)"

Detailed Description

Helper for printing DanglingDebugInfo.

This hoop-jumping is to store a Value pointer, so that we can print a whole DDI as one object. Call SelectionDAGBuilder::printDDI instead of using directly.

Definition at line 128 of file SelectionDAGBuilder.h.

Constructor & Destructor Documentation

llvm::SelectionDAGBuilder::DanglingDebugInfo::Print::Print ( const Value * V, const DanglingDebugInfo & DDI ) inline

operator<<

Member Data Documentation

DDI

const DanglingDebugInfo& llvm::SelectionDAGBuilder::DanglingDebugInfo::Print::DDI

V

const Value* llvm::SelectionDAGBuilder::DanglingDebugInfo::Print::V


The documentation for this struct was generated from the following file: