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

  /external/swiftshader/third_party/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;
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 103 /// DanglingDebugInfo - Helper type for DanglingDebugInfoMap.
104 class DanglingDebugInfo {
110 DanglingDebugInfo() = default;
111 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO)
120 typedef std::vector<DanglingDebugInfo> DanglingDebugInfoVector;
    [all...]

Completed in 196 milliseconds