Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
HDOptions.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;
HDOptions.cpp52 cl::OptionCategory
132 cl::OptionCategory
156 cl::OptionCategory
207 cl::OptionCategory
238 cl::OptionCategory
263 cl::OptionCategory
423 cl::OptionCategory
443 cl::OptionCategory
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
HDCommonOptionsParser.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,
HDExecution.h173 llvm::cl::OptionCategory &Category,
179 llvm::cl::OptionCategory &Category,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
HDCommonOptionsParser.cpp84 int &argc, const char **argv, cl::OptionCategory &Category, in init()
157 int &argc, const char **argv, llvm::cl::OptionCategory &Category, in create()
168 int &argc, const char **argv, cl::OptionCategory &Category, in CommonOptionsParser()
HDExecution.cpp59 llvm::cl::OptionCategory &Category, in createExecutorFromCommandLineArgsImpl()
89 llvm::cl::OptionCategory &Category, in createExecutorFromCommandLineArgs()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDWithColor.h21 class OptionCategory; variable
24 extern cl::OptionCategory &getColorCategory();
HDCommandLine.h179 class OptionCategory {
187 OptionCategory(StringRef const Name,
198 OptionCategory &getGeneralCategory();
285 SmallVector<OptionCategory *, 1>
331 void addCategory(OptionCategory &C);
469 OptionCategory &Category;
471 cat(OptionCategory &c) : Category(c) {} in cat()
2259 void HideUnrelatedOptions(cl::OptionCategory &Category,
2269 void HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDWithColor.cpp19 cl::OptionCategory &llvm::getColorCategory() { in getColorCategory()
20 static cl::OptionCategory ColorCategory("Color Options"); in getColorCategory()
HDCommandLine.cpp162 SmallPtrSet<OptionCategory *, 16> RegisteredOptionCategories;
328 void registerCategory(OptionCategory *cat) { in registerCategory()
330 [cat](const OptionCategory *Category) { in registerCategory()
431 void Option::addCategory(OptionCategory &C) { in addCategory()
449 void OptionCategory::registerCategory() { in registerCategory()
2429 static int OptionCategoryCompare(OptionCategory *const *A, in OptionCategoryCompare()
2430 OptionCategory *const *B) { in OptionCategoryCompare()
2439 std::vector<OptionCategory *> SortedCategories; in printOptions()
2440 DenseMap<OptionCategory *, std::vector<Option *>> CategorizedOptions; in printOptions()
2444 for (OptionCategory *Category : GlobalParser->RegisteredOptionCategories) in printOptions()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDllvm-pdbutil.cpp127 cl::OptionCategory TypeCategory("Symbol Type Options");
128 cl::OptionCategory FilterCategory("Filtering and Sorting Options");
129 cl::OptionCategory OtherOptions("Other Options");
369 cl::OptionCategory FileOptions("Module & File Options");
372 cl::OptionCategory MsfBytes("MSF File Options");
373 cl::OptionCategory DbiBytes("Dbi Stream Options");
374 cl::OptionCategory PdbBytes("PDB Stream Options");
375 cl::OptionCategory Types("Type Options");
376 cl::OptionCategory ModuleCategory("Module Options");
449 cl::OptionCategory MsfOptions("MSF Container Options");
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDisassemblerEmitter.cpp134 cl::OptionCategory DisassemblerEmitterCat("Options for -gen-disassembler");
HDTableGen.cpp38 cl::OptionCategory PrintEnumsCat("Options for -print-enums");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-modextract/
HDllvm-modextract.cpp26 static cl::OptionCategory ModextractCategory("Modextract Options");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-diff/
HDllvm-diff.cpp59 cl::OptionCategory DiffCategory("Diff Options");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
HDllvm-bcanalyzer.cpp41 static cl::OptionCategory BCAnalyzerCategory("BC Analyzer Options");
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDCodeGenTarget.cpp31 cl::OptionCategory AsmParserCat("Options for -gen-asm-parser");
32 cl::OptionCategory AsmWriterCat("Options for -gen-asm-writer");
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-instr/
HDInstrument.cpp23 static llvm::cl::OptionCategory InstrCategory("LLDB Instrumentation Generator");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombiner.cpp37 cl::OptionCategory GICombinerOptionCategory(
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-as/
HDllvm-as.cpp33 cl::OptionCategory AsCat("llvm-as Options");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxmap/
HDllvm-cxxmap.cpp28 cl::OptionCategory CXXMapCategory("CXX Map Options");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dis/
HDllvm-dis.cpp39 static cl::OptionCategory DisCategory("Disassembler Options");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDgcov.cpp159 cl::OptionCategory DebugCat("Internal and debugging options"); in gcovMain()
HDCodeCoverage.cpp706 cl::OptionCategory FilteringCategory("Function filtering options"); in run()
972 cl::OptionCategory ViewCategory("Viewing options"); in doShow()
1259 cl::OptionCategory ExportCategory("Exporting options"); in doExport()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
HDllvm-mca.cpp68 static cl::OptionCategory ToolOptions("Tool Options");
69 static cl::OptionCategory ViewOptions("View Options");

12