Searched refs:InterruptAttr (Results 1 – 1 of 1) sorted by relevance
7594 const auto *InterruptAttr = FD->getAttr<MSP430InterruptAttr>(); in setTargetAttributes() local7595 if (!InterruptAttr) in setTargetAttributes()7606 F->addFnAttr("interrupt", llvm::utostr(InterruptAttr->getNumber())); in setTargetAttributes()