Home
last modified time | relevance | path

Searched refs:OptionCategory (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.h41 extern llvm::cl::OptionCategory AttributeCategory;
42 extern llvm::cl::OptionCategory CompareCategory;
43 extern llvm::cl::OptionCategory OutputCategory;
44 extern llvm::cl::OptionCategory PrintCategory;
45 extern llvm::cl::OptionCategory ReportCategory;
46 extern llvm::cl::OptionCategory SelectCategory;
47 extern llvm::cl::OptionCategory WarningCategory;
48 extern llvm::cl::OptionCategory InternalCategory;
H A DOptions.cpp52 cl::OptionCategory
135 cl::OptionCategory
159 cl::OptionCategory
210 cl::OptionCategory
241 cl::OptionCategory
266 cl::OptionCategory
427 cl::OptionCategory
447 cl::OptionCategory
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCommonOptionsParser.h82 int &argc, const char **argv, llvm::cl::OptionCategory &Category,
90 create(int &argc, const char **argv, llvm::cl::OptionCategory &Category,
114 llvm::cl::OptionCategory &Category,
H A DExecution.h173 llvm::cl::OptionCategory &Category,
179 llvm::cl::OptionCategory &Category,
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp84 int &argc, const char **argv, cl::OptionCategory &Category, in init()
156 int &argc, const char **argv, llvm::cl::OptionCategory &Category, in create()
167 int &argc, const char **argv, cl::OptionCategory &Category, in CommonOptionsParser()
H A DExecution.cpp59 llvm::cl::OptionCategory &Category, in createExecutorFromCommandLineArgsImpl()
89 llvm::cl::OptionCategory &Category, in createExecutorFromCommandLineArgs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h21 class OptionCategory; variable
24 LLVM_ABI extern cl::OptionCategory &getColorCategory();
H A DCommandLine.h180 class OptionCategory {
188 OptionCategory(StringRef const Name,
199 LLVM_ABI OptionCategory &getGeneralCategory();
286 SmallVector<OptionCategory *, 1>
332 void addCategory(OptionCategory &C);
470 OptionCategory &Category;
472 cat(OptionCategory &c) : Category(c) {} in cat()
2273 LLVM_ABI void HideUnrelatedOptions(cl::OptionCategory &Category,
2284 HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp19 cl::OptionCategory &llvm::getColorCategory() { in getColorCategory()
20 static cl::OptionCategory ColorCategory("Color Options"); in getColorCategory()
H A DCommandLine.cpp163 SmallPtrSet<OptionCategory *, 16> RegisteredOptionCategories;
329 void registerCategory(OptionCategory *cat) { in registerCategory()
331 [cat](const OptionCategory *Category) { in registerCategory()
448 void Option::addCategory(OptionCategory &C) { in addCategory()
466 void OptionCategory::registerCategory() { in registerCategory()
2424 static int OptionCategoryCompare(OptionCategory *const *A, in OptionCategoryCompare()
2425 OptionCategory *const *B) { in OptionCategoryCompare()
2434 std::vector<OptionCategory *> SortedCategories; in printOptions()
2435 DenseMap<OptionCategory *, std::vector<Option *>> CategorizedOptions; in printOptions()
2452 for (OptionCategory *Cat : Opt->Categories) { in printOptions()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp132 cl::OptionCategory DisassemblerEmitterCat("Options for -gen-disassembler");
H A DSDNodeInfoEmitter.cpp19 static cl::OptionCategory SDNodeInfoEmitterCat("Options for -gen-sdnode-info");
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp127 static cl::OptionCategory TypeCategory("Symbol Type Options");
128 static cl::OptionCategory FilterCategory("Filtering and Sorting Options");
129 static cl::OptionCategory OtherOptions("Other Options");
371 static cl::OptionCategory FileOptions("Module & File Options");
374 static cl::OptionCategory MsfBytes("MSF File Options");
375 static cl::OptionCategory DbiBytes("Dbi Stream Options");
376 static cl::OptionCategory PdbBytes("PDB Stream Options");
377 static cl::OptionCategory Types("Type Options");
378 static cl::OptionCategory ModuleCategory("Module Options");
452 static cl::OptionCategory MsfOptions("MSF Container Options");
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DTableGen.cpp29 static cl::OptionCategory PrintEnumsCat("Options for -print-enums");
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A Dllvm-tapi-diff.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp26 static cl::OptionCategory ModextractCategory("Modextract Options");
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp59 static cl::OptionCategory DiffCategory("Diff Options");
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp30 static cl::OptionCategory AsmParserCat("Options for -gen-asm-parser");
31 static cl::OptionCategory AsmWriterCat("Options for -gen-asm-writer");
/freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp41 static cl::OptionCategory BCAnalyzerCategory("BC Analyzer Options");
/freebsd/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp24 static llvm::cl::OptionCategory InstrCategory("LLDB Instrumentation Generator");
/freebsd/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp33 static cl::OptionCategory AsCat("llvm-as Options");
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp28 static cl::OptionCategory CXXMapCategory("CXX Map Options");
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp55 static cl::OptionCategory DisCategory("Disassembler Options");
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp159 cl::OptionCategory DebugCat("Internal and debugging options"); in gcovMain()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp37 cl::OptionCategory GICombinerOptionCategory(

12