Lines Matching defs:DbgInst
1686 DbgInstPtr DbgInst = unwrap(Builder)->insertDeclare(
1695 assert(isa<DbgRecord *>(DbgInst) &&
1697 return wrap(cast<DbgRecord *>(DbgInst));
1703 DbgInstPtr DbgInst = unwrap(Builder)->insertDeclare(
1711 assert(isa<DbgRecord *>(DbgInst) &&
1713 return wrap(cast<DbgRecord *>(DbgInst));
1719 DbgInstPtr DbgInst = unwrap(Builder)->insertDbgValueIntrinsic(
1727 assert(isa<DbgRecord *>(DbgInst) &&
1729 return wrap(cast<DbgRecord *>(DbgInst));
1735 DbgInstPtr DbgInst = unwrap(Builder)->insertDbgValueIntrinsic(
1743 assert(isa<DbgRecord *>(DbgInst) &&
1745 return wrap(cast<DbgRecord *>(DbgInst));
1815 DbgInstPtr DbgInst = unwrap(Builder)->insertLabel(
1823 assert(isa<DbgRecord *>(DbgInst) &&
1825 return wrap(cast<DbgRecord *>(DbgInst));
1831 DbgInstPtr DbgInst = unwrap(Builder)->insertLabel(
1839 assert(isa<DbgRecord *>(DbgInst) &&
1841 return wrap(cast<DbgRecord *>(DbgInst));