Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1269 static BitModeTy getBitMode(const char *RawBitMode) { in getBitMode() argument
1270 return StringSwitch<BitModeTy>(RawBitMode) in getBitMode()