Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1275 static BitModeTy getBitMode(const char *RawBitMode) { in getBitMode() argument
1276 return StringSwitch<BitModeTy>(RawBitMode) in getBitMode()