Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1270 auto DanglingDbgInfoIt = DanglingDebugInfoMap.find(V); in resolveDanglingDebugInfo() local
1271 if (DanglingDbgInfoIt == DanglingDebugInfoMap.end()) in resolveDanglingDebugInfo()
1274 DanglingDebugInfoVector &DDIV = DanglingDbgInfoIt->second; in resolveDanglingDebugInfo()