Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp7680 const auto *InterruptAttr = FD->getAttr<MSP430InterruptAttr>(); in setTargetAttributes() local
7681 if (!InterruptAttr) in setTargetAttributes()
7692 F->addFnAttr("interrupt", llvm::utostr(InterruptAttr->getNumber())); in setTargetAttributes()