Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1197 auto DanglingDbgInfoIt = DanglingDebugInfoMap.find(V); in resolveDanglingDebugInfo() local
1198 if (DanglingDbgInfoIt == DanglingDebugInfoMap.end()) in resolveDanglingDebugInfo()
1201 DanglingDebugInfoVector &DDIV = DanglingDbgInfoIt->second; in resolveDanglingDebugInfo()