Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:isBlockByrefVariable

112 bool DbgVariable::isBlockByrefVariable() const {
114 return Var.isBlockByrefVariable(DD->getTypeIdentifierMap());
119 // FIXME: isBlockByrefVariable should be reformulated in terms of complex
121 if (Var.isBlockByrefVariable(DD->getTypeIdentifierMap())) {