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