Searched defs:extrahelp (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCommandLine.h1621 // extrahelp - provide additional help at the end of the normal help
1622 // output. All occurrences of cl::extrahelp will be accumulated and
1625 struct extrahelp { struct in namespace:llvm::cl
1627 explicit extrahelp(const char *help);
/external/llvm/lib/Support/
H A DCommandLine.cpp219 extrahelp::extrahelp(const char *Help) : morehelp(Help) { function in class:extrahelp

Completed in 115 milliseconds