Home
last modified time | relevance | path

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

1234567891011

/freebsd-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 …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h52 struct Options { struct
72 LLVMSymbolizer(const Options &Opts); argument
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp86 LLVMPassBuilderOptionsSetVerifyEach(LLVMPassBuilderOptionsRef Options,LLVMBool VerifyEach) LLVMPassBuilderOptionsSetVerifyEach() argument
91 LLVMPassBuilderOptionsSetDebugLogging(LLVMPassBuilderOptionsRef Options,LLVMBool DebugLogging) LLVMPassBuilderOptionsSetDebugLogging() argument
97 LLVMPassBuilderOptionsSetLoopInterleaving(LLVMPassBuilderOptionsRef Options,LLVMBool LoopInterleaving) LLVMPassBuilderOptionsSetLoopInterleaving() argument
102 LLVMPassBuilderOptionsSetLoopVectorization(LLVMPassBuilderOptionsRef Options,LLVMBool LoopVectorization) LLVMPassBuilderOptionsSetLoopVectorization() argument
107 LLVMPassBuilderOptionsSetSLPVectorization(LLVMPassBuilderOptionsRef Options,LLVMBool SLPVectorization) LLVMPassBuilderOptionsSetSLPVectorization() argument
111 LLVMPassBuilderOptionsSetLoopUnrolling(LLVMPassBuilderOptionsRef Options,LLVMBool LoopUnrolling) LLVMPassBuilderOptionsSetLoopUnrolling() argument
117 LLVMPassBuilderOptionsSetForgetAllSCEVInLoopUnroll(LLVMPassBuilderOptionsRef Options,LLVMBool ForgetAllSCEVInLoopUnroll) LLVMPassBuilderOptionsSetForgetAllSCEVInLoopUnroll() argument
121 LLVMPassBuilderOptionsSetLicmMssaOptCap(LLVMPassBuilderOptionsRef Options,unsigned LicmMssaOptCap) LLVMPassBuilderOptionsSetLicmMssaOptCap() argument
127 LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap(LLVMPassBuilderOptionsRef Options,unsigned LicmMssaNoAccForPromotionCap) LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() argument
133 LLVMPassBuilderOptionsSetCallGraphProfile(LLVMPassBuilderOptionsRef Options,LLVMBool CallGraphProfile) LLVMPassBuilderOptionsSetCallGraphProfile() argument
137 LLVMPassBuilderOptionsSetMergeFunctions(LLVMPassBuilderOptionsRef Options,LLVMBool MergeFunctions) LLVMPassBuilderOptionsSetMergeFunctions() argument
143 LLVMPassBuilderOptionsSetInlinerThreshold(LLVMPassBuilderOptionsRef Options,int Threshold) LLVMPassBuilderOptionsSetInlinerThreshold() argument
147 LLVMDisposePassBuilderOptions(LLVMPassBuilderOptionsRef Options) LLVMDisposePassBuilderOptions() argument
[all...]
/freebsd-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() argument
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 …]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.h27 const CoverageViewOptions &Options; variable
35 CoverageReport(const CoverageViewOptions &Options, in CoverageReport() argument
84 : Options(Options), Coverage(Coverage), Filters(Filters) {} in Options() argument
[all...]
H A DCoverageExporter.h30 const CoverageViewOptions &Options; variable
36 const CoverageViewOptions &Options, raw_ostream &OS) in CoverageExporter()
/freebsd-src/contrib/bc/manuals/
H A Dbuild.md362 #### Predefined Builds
386 #### Library
409 #### `bc` Only
426 #### `dc` Only
443 #### History
523 #### NLS (Locale Support)
544 #### Extra Math
583 #### Karatsuba Length
602 #### Settings
702 #### Install Options
[all …]
/freebsd-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
/freebsd-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()
/freebsd-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()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp122 void LLVMDisposeTargetMachineOptions(LLVMTargetMachineOptionsRef Options) { in LLVMDisposeTargetMachineOptions() argument
126 void LLVMTargetMachineOptionsSetCPU(LLVMTargetMachineOptionsRef Options, in LLVMTargetMachineOptionsSetCPU() argument
131 void LLVMTargetMachineOptionsSetFeatures(LLVMTargetMachineOptionsRef Options, in LLVMTargetMachineOptionsSetFeatures() argument
136 void LLVMTargetMachineOptionsSetABI(LLVMTargetMachineOptionsRef Options, in LLVMTargetMachineOptionsSetABI() argument
142 LLVMTargetMachineOptionsRef Options, LLVMCodeGenOptLeve in LLVMTargetMachineOptionsSetCodeGenOptLevel() argument
163 LLVMTargetMachineOptionsSetRelocMode(LLVMTargetMachineOptionsRef Options,LLVMRelocMode Reloc) LLVMTargetMachineOptionsSetRelocMode() argument
193 LLVMTargetMachineOptionsSetCodeModel(LLVMTargetMachineOptionsRef Options,LLVMCodeModel CodeModel) LLVMTargetMachineOptionsSetCodeModel() argument
201 LLVMCreateTargetMachineWithOptions(LLVMTargetRef T,const char * Triple,LLVMTargetMachineOptionsRef Options) LLVMCreateTargetMachineWithOptions() argument
214 auto *Options = LLVMCreateTargetMachineOptions(); LLVMCreateTargetMachine() local
[all...]
/freebsd-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
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp32 const TargetOptions &Options, in computeDataLayout() argument
47 const TargetOptions &Options, in XtensaTargetMachine() argument
61 const TargetOptions &Options, in XtensaTargetMachine() argument
/freebsd-src/contrib/googletest/docs/
H A Dadvanced.md1812 Selecting TestsAdvanced GoogleTest Topics""Running Test Programs: Advanced Options global() argument
1916 Repeating the TestsAdvanced GoogleTest Topics""Running Test Programs: Advanced Options global() argument
1952 Shuffling the TestsAdvanced GoogleTest Topics""Running Test Programs: Advanced Options global() argument
1970 Distributing Test Functions to Multiple MachinesAdvanced GoogleTest Topics""Running Test Programs: Advanced Options global() argument
2022 Controlling Test OutputAdvanced GoogleTest Topics""Running Test Programs: Advanced Options global() argument
2371 Controlling How Failures Are ReportedAdvanced GoogleTest Topics""Running Test Programs: Advanced Options global() argument
2409 Sanitizer IntegrationAdvanced GoogleTest Topics""Running Test Programs: Advanced Options global() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSCCP.h49 IPSCCPOptions Options; variable
54 IPSCCPPass(IPSCCPOptions Options) : Options(Options) {} in IPSCCPPass()
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h75 struct Options { global() struct
80 ContextSensitiveOptsOptions global() argument
94 LogOptions global() argument
H A DTypeErasedDataflowAnalysis.h55 DataflowAnalysisOptions Options; variable
60 TypeErasedDataflowAnalysis(DataflowAnalysisOptions Options) in TypeErasedDataflowAnalysis() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp224 iterativelySimplifyCFG(Function & F,const TargetTransformInfo & TTI,DomTreeUpdater * DTU,const SimplifyCFGOptions & Options) iterativelySimplifyCFG() argument
267 simplifyFunctionCFGImpl(Function & F,const TargetTransformInfo & TTI,DominatorTree * DT,const SimplifyCFGOptions & Options) simplifyFunctionCFGImpl() argument
296 simplifyFunctionCFG(Function & F,const TargetTransformInfo & TTI,DominatorTree * DT,const SimplifyCFGOptions & Options) simplifyFunctionCFG() argument
311 applyCommandLineOverridesToOptions(SimplifyCFGOptions & Options) applyCommandLineOverridesToOptions() argument
374 SimplifyCFGOptions Options; global() member
[all...]
/freebsd-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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGlobalMerge.h39 GlobalMergeOptions Options; global() variable
42 GlobalMergePass(const TargetMachine * TM,GlobalMergeOptions Options) GlobalMergePass() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp100 const TargetOptions &Options, in SparcTargetMachine() argument
202 const TargetOptions &Options, in SparcV8TargetMachine() argument
212 const TargetOptions &Options, in SparcV9TargetMachine() argument
222 const TargetOptions &Options, in SparcelTargetMachine() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp74 const TargetOptions &Options, in computeDataLayout() argument
123 const TargetOptions &Options, in MipsTargetMachine() argument
152 const TargetOptions &Options, in MipsebTargetMachine() argument
162 const TargetOptions &Options, in MipselTargetMachine() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp126 const TargetOptions &Options) { in computeTargetABI() argument
144 const TargetOptions &Options, in computeDataLayout() argument
221 const TargetOptions &Options, in ARMBaseTargetMachine() argument
329 ARMLETargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) ARMLETargetMachine() argument
337 ARMBETargetMachine(const Target & T,const Triple & TT,StringRef CPU,StringRef FS,const TargetOptions & Options,std::optional<Reloc::Model> RM,std::optional<CodeModel::Model> CM,CodeGenOptLevel OL,bool JIT) ARMBETargetMachine() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp37 const TargetOptions &Options) { in computeDataLayout() argument
43 const TargetOptions &Options, in MSP430TargetMachine() argument

1234567891011