/llvm-project/llvm/docs/CommandGuide/ |
H A D | llvm-pdbutil.rst | 66 Options subsection 69 Filtering and Sorting Options argument 137 Symbol Type Options argument 231 Other Options argument 244 .. _dump_subcommand: 266 Options subsection 269 MSF Container Options argument 285 Module & File Options argument 317 Symbol Options argument 347 Type Record Options argument [all …]
|
/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | Options.h | 33 struct Options { struct 34 std::string InputFileName; 35 std::string OutputFileName; 36 bool DoGarbageCollection = false; 37 bool DoODRDeduplication = false; 38 bool BuildSeparateDebugFile = false; 39 TombstoneKind Tombstone = TombstoneKind::Universal; 40 bool Verbose = false; 41 int NumThreads = 0; 42 bool Verify = false; [all …]
|
/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | Symbolize.h | 52 struct Options { struct 72 MaxCacheSizeOptions global() argument
|
/llvm-project/flang/include/flang/Parser/ |
H A D | parsing.h | 27 struct Options { struct 28 Options() {} in Options() argument 30 PredefinitionOptions global() argument 34 featuresOptions global() argument 35 searchDirectoriesOptions global() argument 36 intrinsicModuleDirectoriesOptions global() argument 60 predefinitionsOptions global() argument
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | SymbolCollector.h | 60 struct Options { struct 109 SymbolCollector(Options Opts); argument 65 FallbackDirOptions global() argument 66 CollectIncludePathOptions global() argument 69 PragmaIncludesOptions global() argument 71 CountReferencesOptions global() argument 77 RefFilterOptions global() argument 82 RefsInHeadersOptions global() argument 84 OriginOptions global() argument
|
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/ |
H A D | TableGenServer.h | 34 struct Options { struct 35 Options(const std::vector<std::string> &compilationDatabases, in Options() function 47 TableGenServer(const Options &options); argument
|
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
H A D | PDLLServer.h | 42 struct Options { struct 43 Options(const std::vector<std::string> &compilationDatabases, in Options() function 55 PDLLServer(const Options &options); argument
|
/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderBindings.cpp | 103 LLVMPassBuilderOptionsRef Options) { in LLVMPassBuilderOptionsSetLoopVectorization() argument 112 LLVMPassBuilderOptionsRef Options) { in LLVMPassBuilderOptionsSetLoopUnrolling() argument 128 void LLVMPassBuilderOptionsSetDebugLogging(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() argument 87 LLVMPassBuilderOptionsSetVerifyEach(LLVMPassBuilderOptionsRef Options,LLVMBool VerifyEach) LLVMPassBuilderOptionsSetVerifyEach() argument 92 LLVMPassBuilderOptionsSetDebugLogging(LLVMPassBuilderOptionsRef Options,LLVMBool DebugLogging) LLVMPassBuilderOptionsSetDebugLogging() argument 98 LLVMPassBuilderOptionsSetLoopInterleaving(LLVMPassBuilderOptionsRef Options,LLVMBool LoopInterleaving) LLVMPassBuilderOptionsSetLoopInterleaving() argument 108 LLVMPassBuilderOptionsSetSLPVectorization(LLVMPassBuilderOptionsRef Options,LLVMBool SLPVectorization) LLVMPassBuilderOptionsSetSLPVectorization() argument 118 LLVMPassBuilderOptionsSetForgetAllSCEVInLoopUnroll(LLVMPassBuilderOptionsRef Options,LLVMBool ForgetAllSCEVInLoopUnroll) LLVMPassBuilderOptionsSetForgetAllSCEVInLoopUnroll() argument 122 LLVMPassBuilderOptionsSetLicmMssaOptCap(LLVMPassBuilderOptionsRef Options,unsigned LicmMssaOptCap) LLVMPassBuilderOptionsSetLicmMssaOptCap() argument 134 LLVMPassBuilderOptionsSetCallGraphProfile(LLVMPassBuilderOptionsRef Options,LLVMBool CallGraphProfile) LLVMPassBuilderOptionsSetCallGraphProfile() argument 138 LLVMPassBuilderOptionsSetMergeFunctions(LLVMPassBuilderOptionsRef Options,LLVMBool MergeFunctions) LLVMPassBuilderOptionsSetMergeFunctions() argument 144 LLVMPassBuilderOptionsSetInlinerThreshold(LLVMPassBuilderOptionsRef Options,int Threshold) LLVMPassBuilderOptionsSetInlinerThreshold() argument 148 LLVMDisposePassBuilderOptions(LLVMPassBuilderOptionsRef Options) LLVMDisposePassBuilderOptions() argument [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | ClangdServer.h | 100 struct Options { global() struct 104 AsyncThreadsCountOptions global() argument 107 RetentionPolicyOptions global() argument 110 StorePreamblesInMemoryOptions global() argument 113 PreambleThrottlerOptions global() argument 137 ContextProviderOptions global() argument 139 ClangTidyProviderOptions global() argument 144 WorkspaceRootOptions global() argument 151 ResourceDirOptions global() argument 164 ImplicitCancellationOptions global() argument 188 PublishInactiveRegionsOptions global() argument
|
H A D | GlobalCompilationDatabase.h | 94 struct Options { global() struct 95 OptionsOptions Options() argument 112 CompileCommandsDirOptions global() argument
|
H A D | ClangdLSPServer.h | 42 struct Options : ClangdServer::Options { struct 56 CodeCompleteOptions global() argument 58 RenameOptions global() argument 69 ReferencesLimitOptions global() argument
|
/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | InstrProfiling.h | 27 const InstrProfOptions Options = {}; variable 34 : Options(Options), IsCS(IsCS) {} in Options() argument
|
H A D | SanitizerCoverage.h | 38 : Options(Options) { in Options() argument
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 45 struct Options { struct 46 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool I, bool L, in Options() function 53 bool AllBlocks; 54 bool BranchInfo; 55 bool BranchCount; 56 bool FuncCoverage; 57 bool PreservePaths; 58 bool UncondBranch; 59 bool Intermediate; 60 bool LongFileNames; [all …]
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | JitRunner.cpp | 53 struct Options { struct 54 llvm::cl::opt<std::string> inputFilename{llvm::cl::Positional, 57 llvm::cl::opt<std::string> mainFuncName{ 60 llvm::cl::opt<std::string> mainFuncType{ 65 llvm::cl::OptionCategory optFlags{"opt-like flags"}; 68 llvm::cl::opt<bool> optO0{"O0", 71 llvm::cl::opt<bool> optO1{"O1", 74 llvm::cl::opt<bool> optO2{"O2", 77 llvm::cl::opt<bool> optO3{"O3", 81 llvm::cl::list<std::string> mAttrs{ [all …]
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageReport.h | 27 const CoverageViewOptions &Options; variable 35 CoverageReport(const CoverageViewOptions &Options, in CoverageReport() 84 : Options(Options), Coverage(Coverage), Filters(Filters) {} in Options() function
|
H A D | CoverageExporter.h | 30 const CoverageViewOptions &Options; variable 36 const CoverageViewOptions &Options, raw_ostream &OS) in CoverageExporter()
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | options.h | 30 struct Options { struct 41 template <typename Config> bool useMemoryTagging(const Options &Options) { in useMemoryTagging()
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
H A D | use-emplace.rst | 117 Options subtitle 168 Example
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/ |
H A D | uppercase-literal-suffix.rst | 28 Options subtitle 39 Example
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/portability/ |
H A D | simd-intrinsics.rst | 35 Options subtitle 49 .. _P0214: https://wg21.link/p0214
|
/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | options.h | 36 struct Options { struct 37 Backtrace_t Backtrace = nullptr; 45 void setDefaults() { in setDefaults()
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | SnippetGenerator.h | 56 struct Options { struct 60 explicit SnippetGenerator(const LLVMState &State, const Options &Opts); argument
|
/llvm-project/clang/docs/ |
H A D | OpenCLSupport.rst | 81 .. _opencl_finclude_default_header: 123 .. _opencl_fdeclare_opencl_builtins: 140 .. _opencl_fake_address_space_map: 157 .. _opencl_builtins:
|
/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
H A D | ClangTidyOptionsTest.cpp | 30 ClangTidyGlobalOptions Options; in TEST() local 38 ClangTidyGlobalOptions Options; in TEST() local 53 ClangTidyGlobalOptions Options; TEST() local 78 llvm::ErrorOr<ClangTidyOptions> Options = TEST() local 104 auto Options = parseConfiguration(MemoryBuffer); TEST() local 139 ClangTidyOptions Options = Options1->merge(*Options2, 0); TEST() local 233 llvm::Annotations Options(R"( TEST() local 316 ClangTidyOptions Options; TEST() local 331 ClangTidyOptions Options; TEST() local 397 ClangTidyOptions Options; TEST() local [all...] |