Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1049 StringRef CommandStr, Rest; in runMRIScript() local
1050 std::tie(CommandStr, Rest) = Line.split(' '); in runMRIScript()
1054 auto Command = StringSwitch<MRICommand>(CommandStr.lower()) in runMRIScript()
1101 fail("unknown command: " + CommandStr); in runMRIScript()