Home
last modified time | relevance | path

Searched defs:Options (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.h33 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 DSymbolize.h53 struct Options { struct
76 LLVM_ABI LLVMSymbolizer(const Options &Opts); argument
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp103 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 DRegAllocFast.h19 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 DRegAllocGreedyPass.h20 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 DGlobalMerge.h45 GlobalMergeOptions Options; variable
48 GlobalMergePass(const TargetMachine *TM, GlobalMergeOptions Options) in GlobalMergePass()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h46 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 Dunbound.conf.rst3290 .. _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 DBoundsChecking.h24 struct Options { struct
36 BoundsCheckingPass(Options Opts) : Opts(Opts) {} in BoundsCheckingPass() argument
H A DInstrProfiling.h28 const InstrProfOptions Options = {}; variable
35 : Options(Options), IsCS(IsCS) {} in Options() argument
H A DLowerAllowCheckPass.h28 struct Options { struct
33 explicit LowerAllowCheckPass(LowerAllowCheckPass::Options Opts) in LowerAllowCheckPass() argument
H A DSanitizerCoverage.h39 : Options(Options) { in Options() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.h27 const CoverageViewOptions &Options; variable
35 CoverageReport(const CoverageViewOptions &Options, in CoverageReport()
84 : Options(Options), Coverage(Coverage), Filters(Filters) {} in Options() argument
H A DCoverageExporter.h30 const CoverageViewOptions &Options; variable
36 const CoverageViewOptions &Options, raw_ostream &OS) in CoverageExporter()
/freebsd/contrib/bc/manuals/
H A Dbuild.md365 #### 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 Doptions.h30 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 Doptions.h36 struct Options { struct
37 Backtrace_t Backtrace = nullptr;
45 void setDefaults() { in setDefaults()
/freebsd/contrib/googletest/docs/
H A Dadvanced.md1828 ### 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 DTargetMachineC.cpp122 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 DStructuralHash.h26 const StructuralHashOptions Options; variable
30 StructuralHashOptions Options) in StructuralHashPrinterPass()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSCCP.h49 IPSCCPOptions Options; variable
54 IPSCCPPass(IPSCCPOptions Options) : Options(Options) {} in IPSCCPPass()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h465 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 DDataflowAnalysisContext.h49 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 DScalarizer.h53 ScalarizerPassOptions Options; variable
57 ScalarizerPass(const ScalarizerPassOptions &Options) : Options(Options) {} in ScalarizerPass()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp232 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

12345678910>>...12