| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | Options.h | 33 struct Options { struct 34 InputFileNameOptions global() argument 35 OutputFileNameOptions global() argument 36 DoGarbageCollectionOptions global() argument 37 DoODRDeduplicationOptions global() argument 38 BuildSeparateDebugFileOptions global() argument 39 TombstoneOptions global() argument 40 VerboseOptions global() argument 41 NumThreadsOptions global() argument 42 VerifyOptions global() argument 43 UseLLVMDWARFLinkerOptions global() argument 44 AccelTableKindOptions global() argument 46 getSeparateDebugFileNameOptions getSeparateDebugFileName() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | Symbolize.h | 53 struct Options { struct 76 LLVM_ABI LLVMSymbolizer(const Options &Opts); argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 103 LLVMPassBuilderOptionsRef Options) { in LLVMRunPasses() 112 LLVMPassBuilderOptionsRef Options) { in LLVMRunPassesOnFunction() 123 void LLVMPassBuilderOptionsSetVerifyEach(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetVerifyEach() 128 void LLVMPassBuilderOptionsSetDebugLogging(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetDebugLogging() 133 void LLVMPassBuilderOptionsSetAAPipeline(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetAAPipeline() 139 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving() 144 LLVMPassBuilderOptionsRef Options, LLVMBool LoopVectorization) { in LLVMPassBuilderOptionsSetLoopVectorization() 149 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization) { in LLVMPassBuilderOptionsSetSLPVectorization() 153 void LLVMPassBuilderOptionsSetLoopUnrolling(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetLoopUnrolling() 159 LLVMPassBuilderOptionsRef Options, LLVMBool ForgetAllSCEVInLoopUnroll) { in LLVMPassBuilderOptionsSetForgetAllSCEVInLoopUnroll() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegAllocFast.h | 19 struct Options { struct 23 Options(RegAllocFilterFunc F = nullptr, StringRef FN = "all", argument 28 RegAllocFastPass(Options Opts = Options()) : Opts(std::move(Opts)) {} in Opts() argument
|
| H A D | RegAllocGreedyPass.h | 20 struct Options { struct 23 Options(RegAllocFilterFunc F = nullptr, StringRef FN = "all") argument 27 RAGreedyPass(Options Opts = Options()) : Opts(std::move(Opts)) {} in Opts() argument
|
| H A D | GlobalMerge.h | 45 GlobalMergeOptions Options; variable 48 GlobalMergePass(const TargetMachine *TM, GlobalMergeOptions Options) in GlobalMergePass()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 46 struct Options { struct 47 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool I, bool L, in Options() function 54 bool AllBlocks; 55 bool BranchInfo; 56 bool BranchCount; 57 bool FuncCoverage; 58 bool PreservePaths; 59 bool UncondBranch; 60 bool Intermediate; 61 bool LongFileNames; [all …]
|
| /freebsd/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:
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | BoundsChecking.h | 24 struct Options { struct 36 BoundsCheckingPass(Options Opts) : Opts(Opts) {} in BoundsCheckingPass() argument
|
| H A D | InstrProfiling.h | 28 const InstrProfOptions Options = {}; variable 35 : Options(Options), IsCS(IsCS) {} in Options() argument
|
| H A D | LowerAllowCheckPass.h | 28 struct Options { struct 33 explicit LowerAllowCheckPass(LowerAllowCheckPass::Options Opts) in LowerAllowCheckPass() argument
|
| H A D | SanitizerCoverage.h | 39 : Options(Options) { in Options() argument
|
| /freebsd/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()
|
| /freebsd/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 …]
|
| /freebsd/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() argument
|
| /freebsd/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()
|
| /freebsd/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
|
| /freebsd/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
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | StructuralHash.h | 26 const StructuralHashOptions Options; variable 30 StructuralHashOptions Options) in StructuralHashPrinterPass()
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | File.h | 465 struct Options { struct 472 // Obtain Options corresponding to the passed URL query string argument
|
| /freebsd/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
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | Scalarizer.h | 53 ScalarizerPassOptions Options; variable 57 ScalarizerPass(const ScalarizerPassOptions &Options) : Options(Options) {} in ScalarizerPass()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 232 const SimplifyCFGOptions &Options) { in iterativelySimplifyCFG() 275 const SimplifyCFGOptions &Options) { in simplifyFunctionCFGImpl() 304 const SimplifyCFGOptions &Options) { in simplifyFunctionCFG() 319 static void applyCommandLineOverridesToOptions(SimplifyCFGOptions &Options) { in applyCommandLineOverridesToOptions() 391 SimplifyCFGOptions Options; member
|