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 97 /// DanglingDebugInfo - Helper type for DanglingDebugInfoMap.
98 class DanglingDebugInfo {
103 DanglingDebugInfo() : DI(nullptr), dl(DebugLoc()), SDNodeOrder(0) { }
104 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) :
113 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap;
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 123 milliseconds