| /src/contrib/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 …]
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | Symbolize.h | 52 struct Options { struct 72 LLVMSymbolizer(const Options &Opts); argument
|
| /src/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 87 void LLVMPassBuilderOptionsSetVerifyEach(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetVerifyEach() 92 void LLVMPassBuilderOptionsSetDebugLogging(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetDebugLogging() 98 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving() 103 LLVMPassBuilderOptionsRef Options, LLVMBool LoopVectorization) { in LLVMPassBuilderOptionsSetLoopVectorization() 108 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization) { in LLVMPassBuilderOptionsSetSLPVectorization() 112 void LLVMPassBuilderOptionsSetLoopUnrolling(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetLoopUnrolling() 118 LLVMPassBuilderOptionsRef Options, LLVMBool ForgetAllSCEVInLoopUnroll) { in LLVMPassBuilderOptionsSetForgetAllSCEVInLoopUnroll() 122 void LLVMPassBuilderOptionsSetLicmMssaOptCap(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetLicmMssaOptCap() 128 LLVMPassBuilderOptionsRef Options, unsigned LicmMssaNoAccForPromotionCap) { in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() 134 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile() [all …]
|
| /src/contrib/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 …]
|
| /src/contrib/unbound/doc/ |
| H A D | unbound.conf.rst | 3290 .. _unbound.conf.remote: 3392 .. _unbound.conf.stub: 3513 .. _unbound.conf.forward: 3618 .. _unbound.conf.auth: 3823 .. _unbound.conf.view: 4594 .. _unbound.conf.dnstap: 4747 .. _unbound.conf.rpz:
|
| /src/contrib/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() argument
|
| H A D | CoverageExporter.h | 30 const CoverageViewOptions &Options; variable 36 const CoverageViewOptions &Options, raw_ostream &OS) in CoverageExporter()
|
| /src/contrib/bc/manuals/ |
| H A D | build.md | 365 #### Predefined Builds 389 #### Library 412 #### `bc` Only 429 #### `dc` Only 446 #### History 526 #### NLS (Locale Support) 547 #### Extra Math 586 #### Karatsuba Length 605 #### Settings 705 #### Install Options [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | InstrProfiling.h | 27 const InstrProfOptions Options = {}; variable 34 : Options(Options), IsCS(IsCS) {} in Options() function
|
| H A D | SanitizerCoverage.h | 38 : Options(Options) { in Options() argument
|
| /src/contrib/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()
|
| /src/contrib/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()
|
| /src/contrib/googletest/docs/ |
| H A D | advanced.md | 1828 ### Selecting Tests 1932 ### Enforcing Having At Least One Test Case 1946 ### Repeating the Tests 1982 ### Shuffling the Tests 2000 ### Distributing Test Functions to Multiple Machines 2052 ### Controlling Test Output 2401 ### Controlling How Failures Are Reported 2439 ### Sanitizer Integration
|
| /src/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 122 void LLVMDisposeTargetMachineOptions(LLVMTargetMachineOptionsRef Options) { in LLVMDisposeTargetMachineOptions() 126 void LLVMTargetMachineOptionsSetCPU(LLVMTargetMachineOptionsRef Options, in LLVMTargetMachineOptionsSetCPU() 131 void LLVMTargetMachineOptionsSetFeatures(LLVMTargetMachineOptionsRef Options, in LLVMTargetMachineOptionsSetFeatures() 136 void LLVMTargetMachineOptionsSetABI(LLVMTargetMachineOptionsRef Options, in LLVMTargetMachineOptionsSetABI() 142 LLVMTargetMachineOptionsRef Options, LLVMCodeGenOptLevel Level) { in LLVMTargetMachineOptionsSetCodeGenOptLevel() 163 void LLVMTargetMachineOptionsSetRelocMode(LLVMTargetMachineOptionsRef Options, in LLVMTargetMachineOptionsSetRelocMode() 193 void LLVMTargetMachineOptionsSetCodeModel(LLVMTargetMachineOptionsRef Options, in LLVMTargetMachineOptionsSetCodeModel() 201 LLVMTargetMachineOptionsRef Options) { in LLVMCreateTargetMachineWithOptions() 214 auto *Options = LLVMCreateTargetMachineOptions(); in LLVMCreateTargetMachine() local
|
| /src/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | File.h | 460 struct Options { struct 467 // Obtain Options corresponding to the passed URL query string argument
|
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | SCCP.h | 49 IPSCCPOptions Options; variable 54 IPSCCPPass(IPSCCPOptions Options) : Options(Options) {} in IPSCCPPass()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 229 const SimplifyCFGOptions &Options) { in iterativelySimplifyCFG() 272 const SimplifyCFGOptions &Options) { in simplifyFunctionCFGImpl() 301 const SimplifyCFGOptions &Options) { in simplifyFunctionCFG() 316 static void applyCommandLineOverridesToOptions(SimplifyCFGOptions &Options) { in applyCommandLineOverridesToOptions() 383 SimplifyCFGOptions Options; member
|
| /src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | DataflowAnalysisContext.h | 49 struct Options { struct 54 std::optional<ContextSensitiveOptions> ContextSensitiveOpts; argument 68 Options Opts = Options{ argument
|
| H A D | TypeErasedDataflowAnalysis.h | 55 DataflowAnalysisOptions Options; variable 60 TypeErasedDataflowAnalysis(DataflowAnalysisOptions Options) in TypeErasedDataflowAnalysis()
|
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | Scalarizer.h | 39 ScalarizerPassOptions Options; variable 43 ScalarizerPass(const ScalarizerPassOptions &Options) : Options(Options) {} in ScalarizerPass()
|
| /src/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaTargetMachine.cpp | 32 const TargetOptions &Options, in computeDataLayout() 47 const TargetOptions &Options, in XtensaTargetMachine() 61 const TargetOptions &Options, in XtensaTargetMachine()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | GlobalMerge.h | 41 GlobalMergeOptions Options; variable 44 GlobalMergePass(const TargetMachine *TM, GlobalMergeOptions Options) in GlobalMergePass()
|
| /src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 100 const TargetOptions &Options, in SparcTargetMachine() 202 const TargetOptions &Options, in SparcV8TargetMachine() 212 const TargetOptions &Options, in SparcV9TargetMachine() 222 const TargetOptions &Options, in SparcelTargetMachine()
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetMachine.cpp | 74 const TargetOptions &Options, in computeDataLayout() 123 const TargetOptions &Options, in MipsTargetMachine() 152 const TargetOptions &Options, in MipsebTargetMachine() 162 const TargetOptions &Options, in MipselTargetMachine()
|
| /src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetMachine.cpp | 127 const TargetOptions &Options, in NVPTXTargetMachine() 154 const TargetOptions &Options, in NVPTXTargetMachine32() 164 const TargetOptions &Options, in NVPTXTargetMachine64() 370 const auto &Options = getNVPTXTargetMachine().Options; in addIRPasses() local
|