Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DTargetInfo.cpp7972 const auto *InterruptAttr = FD->getAttr<MSP430InterruptAttr>(); in setTargetAttributes() local
7973 if (!InterruptAttr) in setTargetAttributes()
7984 F->addFnAttr("interrupt", llvm::utostr(InterruptAttr->getNumber())); in setTargetAttributes()