Home
last modified time | relevance | path

Searched refs:DanglingDebugInfo (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h93 class DanglingDebugInfo {
98 DanglingDebugInfo() : DI(0), dl(DebugLoc()), SDNodeOrder(0) { } in DanglingDebugInfo() function
99 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) : in DanglingDebugInfo() function
108 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap;
DSelectionDAGBuilder.cpp952 DanglingDebugInfo &DDI = DanglingDebugInfoMap[V]; in resolveDanglingDebugInfo()
968 DanglingDebugInfoMap[V] = DanglingDebugInfo(); in resolveDanglingDebugInfo()
4643 DanglingDebugInfo DDI(&DI, dl, SDNodeOrder); in visitIntrinsicCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h98 class DanglingDebugInfo {
103 DanglingDebugInfo() : DI(nullptr), dl(DebugLoc()), SDNodeOrder(0) { } in DanglingDebugInfo() function
104 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) in DanglingDebugInfo() function
113 DenseMap<const Value*, DanglingDebugInfo> DanglingDebugInfoMap;
DSelectionDAGBuilder.cpp1010 DanglingDebugInfo &DDI = DanglingDebugInfoMap[V]; in resolveDanglingDebugInfo()
1030 DanglingDebugInfoMap[V] = DanglingDebugInfo(); in resolveDanglingDebugInfo()
4946 DanglingDebugInfo DDI(&DI, dl, SDNodeOrder); in visitIntrinsicCall()