Searched refs:SDNO (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 114 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) in DanglingDebugInfo() argument 115 : DI(di), dl(std::move(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()
|