Lines Matching refs:Unit
677 AssertDI(MD && isa<DICompileUnit>(MD), "invalid compile unit", &NMD, MD);
992 auto *Unit = N.getRawUnit();
996 AssertDI(Unit, "subprogram definitions must have a compile unit", &N);
997 AssertDI(isa<DICompileUnit>(Unit), "invalid unit type", &N, Unit);
1000 AssertDI(!Unit, "subprogram declarations must not have a compile unit", &N);