HomeSort by: relevance | last modified time | path
    Searched refs:DanglingDebugInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 104 class DanglingDebugInfo {
110 DanglingDebugInfo() = default;
111 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO)
120 typedef std::vector<DanglingDebugInfo> DanglingDebugInfoVector;
512 void salvageUnresolvedDbgValue(DanglingDebugInfo &DDI);
SelectionDAGBuilder.cpp 1169 auto isMatchingDbgValue = [&](DanglingDebugInfo &DDI) {
1205 assert(DI && "Ill-formed DanglingDebugInfo");
1249 void SelectionDAGBuilder::salvageUnresolvedDbgValue(DanglingDebugInfo &DDI) {

Completed in 29 milliseconds