Searched refs:SDNO (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 99 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) : in DanglingDebugInfo() argument 100 DI(di), dl(DL), SDNodeOrder(SDNO) { } in DanglingDebugInfo()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 104 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) in DanglingDebugInfo() argument 105 : DI(di), dl(std::move(DL)), SDNodeOrder(SDNO) {} in DanglingDebugInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 111 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) in DanglingDebugInfo() argument 112 : DI(di), dl(std::move(DL)), SDNodeOrder(SDNO) {} in DanglingDebugInfo()
|