Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp770 if (auto WCharWidthValue = mdconst::extract_or_null<ConstantInt>( in emitAttributes() local
772 int WCharWidth = WCharWidthValue->getZExtValue(); in emitAttributes()