HomeSort by relevance Sort by last modified time
    Searched refs:DanglingDebugInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 92 /// DanglingDebugInfo - Helper type for DanglingDebugInfoMap.
93 class DanglingDebugInfo {
98 DanglingDebugInfo() : DI(0), dl(DebugLoc()), SDNodeOrder(0) { }
99 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) :
108 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap;
SelectionDAGBuilder.cpp     [all...]

Completed in 138 milliseconds