Home
last modified time | relevance | path

Searched refs:InterruptAttr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMSP430.cpp78 const auto *InterruptAttr = FD->getAttr<MSP430InterruptAttr>(); in setTargetAttributes() local
79 if (!InterruptAttr) in setTargetAttributes()
90 F->addFnAttr("interrupt", llvm::utostr(InterruptAttr->getNumber())); in setTargetAttributes()