Searched refs:verifyAttributeCount (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp560 bool verifyAttributeCount(AttributeList Attrs, unsigned Params);
2241 bool Verifier::verifyAttributeCount(AttributeList Attrs, unsigned Params) { function in class:Verifier
2506 Check(verifyAttributeCount(Attrs, FT->getNumParams()),
3230 Check(verifyAttributeCount(Attrs, Call.arg_size()),

Completed in 85 milliseconds