Home
last modified time | relevance | path

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

1234567891011

/src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.h33 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 DSymbolize.h52 struct Options { struct
72 LLVMSymbolizer(const Options &Opts); argument
/src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp87 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 DGCOV.h45 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 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:
/src/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()
/src/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 …]
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h27 const InstrProfOptions Options = {}; variable
34 : Options(Options), IsCS(IsCS) {} in Options() function
H A DSanitizerCoverage.h38 : Options(Options) { in Options() argument
/src/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()
/src/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()
/src/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
/src/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
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h460 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 DSCCP.h49 IPSCCPOptions Options; variable
54 IPSCCPPass(IPSCCPOptions Options) : Options(Options) {} in IPSCCPPass()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp229 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 DDataflowAnalysisContext.h49 struct Options { struct
54 std::optional<ContextSensitiveOptions> ContextSensitiveOpts; argument
68 Options Opts = Options{ argument
H A DTypeErasedDataflowAnalysis.h55 DataflowAnalysisOptions Options; variable
60 TypeErasedDataflowAnalysis(DataflowAnalysisOptions Options) in TypeErasedDataflowAnalysis()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DScalarizer.h39 ScalarizerPassOptions Options; variable
43 ScalarizerPass(const ScalarizerPassOptions &Options) : Options(Options) {} in ScalarizerPass()
/src/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp32 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 DGlobalMerge.h41 GlobalMergeOptions Options; variable
44 GlobalMergePass(const TargetMachine *TM, GlobalMergeOptions Options) in GlobalMergePass()
/src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp100 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 DMipsTargetMachine.cpp74 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 DNVPTXTargetMachine.cpp127 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

1234567891011