| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-pdbutil.rst | 66 Options subsection 69 Filtering and Sorting Options argument 137 Symbol Type Options argument 231 Other Options argument 244 .. _dump_subcommand: 266 Options subsection 269 MSF Container Options argument 285 Module & File Options argument 317 Symbol Options argument 347 Type Record Options argument [all …]
|
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | Symbolize.h | 52 struct Options { struct 72 LLVMSymbolizer(const Options &Opts); argument
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 86 void LLVMPassBuilderOptionsSetVerifyEach(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetVerifyEach() 91 void LLVMPassBuilderOptionsSetDebugLogging(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetDebugLogging() 97 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving() 102 LLVMPassBuilderOptionsRef Options, LLVMBool LoopVectorization) { in LLVMPassBuilderOptionsSetLoopVectorization() 107 LLVMPassBuilderOptionsRef Options, LLVMBool SLPVectorization) { in LLVMPassBuilderOptionsSetSLPVectorization() 111 void LLVMPassBuilderOptionsSetLoopUnrolling(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetLoopUnrolling() 117 LLVMPassBuilderOptionsRef Options, LLVMBool ForgetAllSCEVInLoopUnroll) { in LLVMPassBuilderOptionsSetForgetAllSCEVInLoopUnroll() 121 void LLVMPassBuilderOptionsSetLicmMssaOptCap(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetLicmMssaOptCap() 127 LLVMPassBuilderOptionsRef Options, unsigned LicmMssaNoAccForPromotionCap) { in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() 133 LLVMPassBuilderOptionsRef Options, LLVMBool CallGraphProfile) { in LLVMPassBuilderOptionsSetCallGraphProfile() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 44 struct Options { struct 45 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool I, bool L, in Options() function 52 bool AllBlocks; 53 bool BranchInfo; 54 bool BranchCount; 55 bool FuncCoverage; 56 bool PreservePaths; 57 bool UncondBranch; 58 bool Intermediate; 59 bool LongFileNames; [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| H A D | options.h | 30 struct Options { struct 41 template <typename Config> bool useMemoryTagging(Options Options) { in useMemoryTagging() argument
|
| H A D | secondary.h | 75 bool retrieve(UNUSED Options Options, UNUSED uptr Size, UNUSED uptr Alignment, in retrieve() 79 void store(UNUSED Options Options, LargeBlock::Header *H) { unmap(H); } in store() 98 void mapSecondary(Options Options, uptr CommitBase, uptr CommitSize, in mapSecondary() argument 145 void store(Options Options, LargeBlock::Header *H) { in store() argument 229 bool retrieve(Options Options, uptr Size, uptr Alignment, in retrieve() argument 497 void *MapAllocator<Config>::allocate(Options Options, uptr Size, uptr Alignment, in allocate() argument 603 void MapAllocator<Config>::deallocate(Options Options, void *Ptr) { in deallocate() argument
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | OpenCLSupport.rst | 81 .. _opencl_finclude_default_header: 123 .. _opencl_fdeclare_opencl_builtins: 140 .. _opencl_fake_address_space_map: 157 .. _opencl_builtins:
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/ |
| H A D | options.h | 36 struct Options { struct 37 Backtrace_t Backtrace = nullptr; 45 void setDefaults() { in setDefaults()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | File.h | 440 struct Options { struct 447 // Obtain Options corresponding to the passed URL query string argument
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | SnippetGenerator.h | 56 struct Options { struct 60 explicit SnippetGenerator(const LLVMState &State, const Options &Opts); argument
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.h | 24 const CoverageViewOptions &Options; variable 32 CoverageReport(const CoverageViewOptions &Options, in CoverageReport()
|
| H A D | CoverageExporter.h | 30 const CoverageViewOptions &Options; variable 36 const CoverageViewOptions &Options, raw_ostream &OS) in CoverageExporter()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 224 const SimplifyCFGOptions &Options) { in iterativelySimplifyCFG() 267 const SimplifyCFGOptions &Options) { in simplifyFunctionCFGImpl() 296 const SimplifyCFGOptions &Options) { in simplifyFunctionCFG() 311 static void applyCommandLineOverridesToOptions(SimplifyCFGOptions &Options) { in applyCommandLineOverridesToOptions() 377 SimplifyCFGOptions Options; member
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/ |
| H A D | XtensaTargetMachine.cpp | 34 const TargetOptions &Options, in computeDataLayout() 49 const TargetOptions &Options, in XtensaTargetMachine() 63 const TargetOptions &Options, in XtensaTargetMachine()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.h | 38 : Options(Options) { in Options() argument
|
| H A D | InstrProfiling.h | 38 : Options(Options), IsCS(IsCS) {} in Options() argument
|
| /openbsd-src/gnu/llvm/llvm/tools/lto/ |
| H A D | lto.cpp | 208 llvm::TargetOptions Options = in lto_module_create() local 219 llvm::TargetOptions Options = in lto_module_create_from_fd() local 233 llvm::TargetOptions Options = in lto_module_create_from_fd_at_offset() local 244 llvm::TargetOptions Options = in lto_module_create_from_memory() local 257 llvm::TargetOptions Options = in lto_module_create_from_memory_with_path() local 269 llvm::TargetOptions Options = in lto_module_create_in_local_context() local 289 llvm::TargetOptions Options = in lto_module_create_in_codegen_context() local 355 TargetOptions Options = codegen::InitTargetOptionsFromCodeGenFlags(Triple()); in createCodeGen() local 473 std::vector<std::string> Options; in lto_set_debug_options() local 484 SmallVector<StringRef, 4> Options; in lto_codegen_debug_options() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | SCCP.h | 49 IPSCCPOptions Options; variable 54 IPSCCPPass(IPSCCPOptions Options) : Options(Options) {} in IPSCCPPass()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 125 const TargetOptions &Options) { in computeTargetABI() 143 const TargetOptions &Options, in computeDataLayout() 220 const TargetOptions &Options, in ARMBaseTargetMachine() 327 const TargetOptions &Options, in ARMLETargetMachine() 335 const TargetOptions &Options, in ARMBETargetMachine()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | TypeErasedDataflowAnalysis.h | 55 DataflowAnalysisOptions Options; variable 60 TypeErasedDataflowAnalysis(DataflowAnalysisOptions Options) in TypeErasedDataflowAnalysis()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 101 const TargetOptions &Options, in SparcTargetMachine() 211 const TargetOptions &Options, in SparcV8TargetMachine() 221 const TargetOptions &Options, in SparcV9TargetMachine() 231 const TargetOptions &Options, in SparcelTargetMachine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsTargetMachine.cpp | 75 const TargetOptions &Options, in computeDataLayout() 124 const TargetOptions &Options, in MipsTargetMachine() 153 const TargetOptions &Options, in MipsebTargetMachine() 163 const TargetOptions &Options, in MipselTargetMachine()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-refactor/ |
| H A D | ClangRefactor.cpp | 194 const RefactoringActionCommandLineOptions &Options) in CommandLineRefactoringOptionVisitor() 215 const RefactoringActionCommandLineOptions &Options; member in __anonf090c3dd0111::CommandLineRefactoringOptionVisitor 225 RefactoringActionCommandLineOptions &Options) in CommandLineRefactoringOptionCreator() 251 RefactoringActionCommandLineOptions &Options; member in __anonf090c3dd0111::CommandLineRefactoringOptionCreator 313 RefactoringActionCommandLineOptions Options; member in __anonf090c3dd0111::RefactoringActionSubcommand 624 CommonOptionsParser &Options = ExpectedParser.get(); in main() local
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVN.h | 118 GVNOptions Options; variable 123 GVNPass(GVNOptions Options = {}) : Options(Options) {} in Options() function
|