Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Filters

543   // because __cxa_call_unexpected magically filters exceptions
855 SmallVector<llvm::Constant*, 8> Filters;
862 Filters.push_back(cast<llvm::Constant>(filterTypes[i]));
863 llvm::Constant *FilterArray = llvm::ConstantArray::get(AType, Filters);