Searched refs:kw_writeonly (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLToken.h240 kw_writeonly, enumerator in enum:llvm::lltok::Kind
H A DLLParser.cpp1354 case lltok::kw_writeonly: B.addAttribute(Attribute::WriteOnly); break;
1695 case lltok::kw_writeonly: B.addAttribute(Attribute::WriteOnly); break;
9154 case lltok::kw_writeonly:
9198 WriteOnly = EatIfPresent(lltok::kw_writeonly);

Completed in 117 milliseconds