Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h104 class DanglingDebugInfo {
110 DanglingDebugInfo() = default;
111 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) in DanglingDebugInfo() function
120 typedef std::vector<DanglingDebugInfo> DanglingDebugInfoVector;
H A DSelectionDAGBuilder.cpp1134 auto isMatchingDbgValue = [&](DanglingDebugInfo &DDI) { in dropDanglingDebugInfo()