|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
gen/lib/Target/AArch64/AArch64GenGICombiner.inc 12 extern cl::OptionCategory GICombinerOptionCategory;
include/llvm/Support/CommandLine.h 207 extern OptionCategory GeneralCategory;
286 SmallVector<OptionCategory *, 1>
338 void addCategory(OptionCategory &C);
455 OptionCategory &Category;
457 cat(OptionCategory &c) : Category(c) {}
1979 void HideUnrelatedOptions(cl::OptionCategory &Category,
1989 void HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories,
include/llvm/Support/PointerLikeTypeTraits.h 56 static inline void *getAsVoidPointer(T *P) { return P; }
57 static inline T *getFromVoidPointer(void *P) { return static_cast<T *>(P); }
59 enum { NumLowBitsAvailable = detail::ConstantLog2<alignof(T)>::value };
include/llvm/Support/WithColor.h 17 extern cl::OptionCategory ColorCategory;
lib/CodeGen/GlobalISel/Combiner.cpp 31 cl::OptionCategory GICombinerOptionCategory(
lib/Support/CommandLine.cpp 148 SmallPtrSet<OptionCategory *, 16> RegisteredOptionCategories;
342 void registerCategory(OptionCategory *cat) {
446 void Option::addCategory(OptionCategory &C) {
465 OptionCategory llvm::cl::GeneralCategory("General options");
2169 static int OptionCategoryCompare(OptionCategory *const *A,
2170 OptionCategory *const *B) {
2179 std::vector<OptionCategory *> SortedCategories;
2180 std::map<OptionCategory *, std::vector<Option *>> CategorizedOptions;
2196 for (std::vector<OptionCategory *>::const_iterator
2215 for (std::vector<OptionCategory *>::const_iterator
2282 static cl::OptionCategory GenericCategory("Generic Options");
2466 void cl::HideUnrelatedOptions(cl::OptionCategory &Category, SubCommand &Sub) {
2476 void cl::HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories,
lib/Support/WithColor.cpp 14 cl::OptionCategory llvm::ColorCategory("Color Options");
tools/clang/include/clang/Tooling/CommonOptionsParser.h 76 llvm::cl::OptionCategory &Category,
90 llvm::cl::OptionCategory &Category,
97 create(int &argc, const char **argv, llvm::cl::OptionCategory &Category,
121 llvm::cl::OptionCategory &Category,
tools/clang/include/clang/Tooling/Execution.h 173 llvm::cl::OptionCategory &Category,
179 llvm::cl::OptionCategory &Category,
tools/clang/lib/Tooling/CommonOptionsParser.cpp 84 int &argc, const char **argv, cl::OptionCategory &Category,
158 int &argc, const char **argv, llvm::cl::OptionCategory &Category,
169 int &argc, const char **argv, cl::OptionCategory &Category,
tools/clang/lib/Tooling/Execution.cpp 59 llvm::cl::OptionCategory &Category,
91 llvm::cl::OptionCategory &Category,
tools/clang/tools/c-index-test/core_main.cpp 42 static cl::OptionCategory IndexTestCoreCategory("index-test-core options");
tools/clang/tools/clang-check/ClangCheck.cpp 54 static cl::OptionCategory ClangCheckCategory("clang-check options");
tools/clang/tools/clang-diff/ClangDiff.cpp 23 static cl::OptionCategory ClangDiffCategory("clang-diff options");
tools/clang/tools/clang-extdef-mapping/ClangExtDefMapGen.cpp 32 static cl::OptionCategory ClangExtDefMapGenCategory("clang-extdefmapgen options");
tools/clang/tools/clang-format/ClangFormat.cpp 34 static cl::OptionCategory ClangFormatCategory("Clang-format options");
tools/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp 56 static cl::OptionCategory
tools/clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp 45 static cl::OptionCategory
tools/clang/tools/clang-refactor/ClangRefactor.cpp 38 static cl::OptionCategory CommonRefactorOptions("Refactoring options");
223 cl::OptionCategory &Category, cl::SubCommand &Subcommand,
247 cl::OptionCategory &Category;
257 cl::OptionCategory &Category)
tools/clang/tools/clang-rename/ClangRename.cpp 66 static cl::OptionCategory ClangRenameOptions("clang-rename common options");
tools/clang/tools/clang-scan-deps/ClangScanDeps.cpp 45 llvm::cl::OptionCategory DependencyScannerCategory("Tool options");
tools/clang/tools/diagtool/FindDiagnosticID.cpp 41 static llvm::cl::OptionCategory FindDiagnosticIDOptions(
tools/clang/tools/extra/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp 33 static cl::OptionCategory ReplacementCategory("Replacement Options");
34 static cl::OptionCategory FormattingCategory("Formatting Options");
36 const cl::OptionCategory *VisibleCategories[] = {&ReplacementCategory,
tools/clang/tools/extra/clang-change-namespace/tool/ClangChangeNamespace.cpp 48 cl::OptionCategory ChangeNamespaceCategory("Change namespace.");
tools/clang/tools/extra/clang-doc/tool/ClangDocMain.cpp 53 static llvm::cl::OptionCategory ClangDocCategory("clang-doc options");
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp 42 static cl::OptionCategory FindAllSymbolsCategory("find_all_symbols options");
tools/clang/tools/extra/clang-include-fixer/tool/ClangIncludeFixer.cpp 82 cl::OptionCategory IncludeFixerCategory("Tool options");
tools/clang/tools/extra/clang-move/tool/ClangMove.cpp 39 cl::OptionCategory ClangMoveCategory("clang-move options");
tools/clang/tools/extra/clang-query/tool/ClangQuery.cpp 49 static cl::OptionCategory ClangQueryCategory("clang-query options");
tools/clang/tools/extra/clang-reorder-fields/tool/ClangReorderFields.cpp 35 cl::OptionCategory ClangReorderFieldsCategory("clang-reorder-fields options");
tools/clang/tools/extra/clang-tidy/tool/ClangTidyMain.cpp 30 static cl::OptionCategory ClangTidyCategory("clang-tidy options");
tools/clang/tools/extra/clangd/tool/ClangdMain.cpp 54 OptionCategory CompileCommands("clangd compilation flags options");
55 OptionCategory Features("clangd feature options");
56 OptionCategory Misc("clangd miscellaneous options");
57 OptionCategory Protocol("clangd protocol and logging options");
58 const OptionCategory *ClangdCategories[] = {&Features, &Protocol,
tools/clang/tools/extra/pp-trace/PPTrace.cpp 57 static cl::OptionCategory Cat("pp-trace options");
tools/clang/tools/extra/tool-template/ToolTemplate.cpp 88 static cl::OptionCategory ToolTemplateCategory("tool-template options");
tools/clang/unittests/Tooling/ExecutionTest.cpp 137 llvm::cl::OptionCategory TestCategory("execution-test options");
tools/lldb/tools/lldb-instr/Instrument.cpp 23 static llvm::cl::OptionCategory InstrCategory("LLDB Instrumentation Generator");
tools/llvm-as/llvm-as.cpp 33 cl::OptionCategory AsCat("llvm-as Options");
tools/llvm-cat/llvm-cat.cpp 35 cl::OptionCategory CatCategory("llvm-cat Options");
tools/llvm-cov/CodeCoverage.cpp 579 cl::OptionCategory FilteringCategory("Function filtering options");
798 cl::OptionCategory ViewCategory("Viewing options");
1009 cl::OptionCategory ExportCategory("Exporting options");
tools/llvm-cov/gcov.cpp 132 cl::OptionCategory DebugCat("Internal and debugging options");
tools/llvm-dwarfdump/llvm-dwarfdump.cpp 94 OptionCategory DwarfDumpCategory("Specific Options");
99 cl::OptionCategory SectionCategory("Section-specific Dump Options",
tools/llvm-dwp/llvm-dwp.cpp 49 cl::OptionCategory DwpCategory("Specific Options");
tools/llvm-exegesis/llvm-exegesis.cpp 46 static cl::OptionCategory Options("llvm-exegesis options");
47 static cl::OptionCategory BenchmarkOptions("llvm-exegesis benchmark options");
48 static cl::OptionCategory AnalysisOptions("llvm-exegesis analysis options");
tools/llvm-extract/llvm-extract.cpp 36 cl::OptionCategory ExtractCat("llvm-extract Options");
tools/llvm-mca/llvm-mca.cpp 65 static cl::OptionCategory ToolOptions("Tool Options");
66 static cl::OptionCategory ViewOptions("View Options");
tools/llvm-nm/llvm-nm.cpp 50 cl::OptionCategory NMCat("llvm-nm Options");
tools/llvm-objdump/MachODump.cpp 63 cl::OptionCategory MachOCat("llvm-objdump MachO Specific Options");
tools/llvm-objdump/llvm-objdump.cpp 77 cl::OptionCategory ObjdumpCat("llvm-objdump Options");
80 extern cl::OptionCategory MachOCat;
2261 const cl::OptionCategory *OptionFilters[] = {&ObjdumpCat, &MachOCat};
tools/llvm-opt-report/OptReport.cpp 40 static cl::OptionCategory
tools/llvm-pdbutil/llvm-pdbutil.cpp 127 cl::OptionCategory TypeCategory("Symbol Type Options");
128 cl::OptionCategory FilterCategory("Filtering and Sorting Options");
129 cl::OptionCategory OtherOptions("Other Options");
364 cl::OptionCategory FileOptions("Module & File Options");
367 cl::OptionCategory MsfBytes("MSF File Options");
368 cl::OptionCategory DbiBytes("Dbi Stream Options");
369 cl::OptionCategory PdbBytes("PDB Stream Options");
370 cl::OptionCategory Types("Type Options");
371 cl::OptionCategory ModuleCategory("Module Options");
446 cl::OptionCategory MsfOptions("MSF Container Options");
447 cl::OptionCategory TypeOptions("Type Record Options");
448 cl::OptionCategory SymbolOptions("Symbol Options");
449 cl::OptionCategory MiscOptions("Miscellaneous Options");
tools/llvm-size/llvm-size.cpp 36 cl::OptionCategory SizeCat("llvm-size Options");
tools/polly/include/polly/Options.h 18 extern llvm::cl::OptionCategory PollyCategory;
tools/polly/lib/Support/RegisterPasses.cpp 48 cl::OptionCategory PollyCategory("Polly Options",
unittests/Support/CommandLineTest.cpp 81 cl::OptionCategory TestCategory("Test Options", "Description");
192 cl::OptionCategory AnotherCategory("Additional test Options", "Description");
398 cl::OptionCategory TestCategory2("Test Options set 2", "Description");
405 const cl::OptionCategory *VisibleCategories[] = {&TestCategory,
usr/include/c++/7.4.0/bits/move.h 72 constexpr _Tp&&
83 constexpr _Tp&&
usr/include/c++/7.4.0/bits/unique_ptr.h 824 make_unique(_Args&&... __args)
usr/include/c++/7.4.0/type_traits 1633 { typedef _Tp type; };
1983 { typedef _Up type; };
utils/TableGen/AsmMatcherEmitter.cpp 126 cl::OptionCategory AsmMatcherEmitterCat("Options for -gen-asm-matcher");
utils/TableGen/CodeGenTarget.cpp 30 cl::OptionCategory AsmParserCat("Options for -gen-asm-parser");
31 cl::OptionCategory AsmWriterCat("Options for -gen-asm-writer");
utils/TableGen/DAGISelMatcherEmitter.cpp 34 cl::OptionCategory DAGISelCat("Options for -gen-dag-isel");
utils/TableGen/GICombinerEmitter.cpp 32 cl::OptionCategory
utils/TableGen/GlobalISelEmitter.cpp 58 cl::OptionCategory GlobalISelEmitterCat("Options for -gen-global-isel");
utils/TableGen/RegisterInfoEmitter.cpp 47 cl::OptionCategory RegisterInfoCat("Options for -gen-register-info");
utils/TableGen/TableGen.cpp 132 cl::OptionCategory PrintEnumsCat("Options for -print-enums");