| /openbsd/src/gnu/llvm/llvm/docs/CommandGuide/ |
| 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/include/llvm/DebugInfo/Symbolize/ |
| D | Symbolize.h | 52 struct Options { struct 72 LLVMSymbolizer(const Options &Opts); argument
|
| /openbsd/src/gnu/llvm/llvm/lib/Passes/ |
| 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/ |
| 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/ |
| D | options.h | 30 struct Options { struct 41 template <typename Config> bool useMemoryTagging(Options Options) { in useMemoryTagging() argument
|
| 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/ |
| 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/ |
| 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/ |
| D | File.h | 440 struct Options { struct 447 // Obtain Options corresponding to the passed URL query string argument
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| 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/tools/llvm-exegesis/lib/ |
| 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/ |
| D | CoverageReport.h | 24 const CoverageViewOptions &Options; variable 32 CoverageReport(const CoverageViewOptions &Options, in CoverageReport()
|
| D | CoverageExporter.h | 30 const CoverageViewOptions &Options; variable 36 const CoverageViewOptions &Options, raw_ostream &OS) in CoverageExporter()
|
| /openbsd/src/gnu/llvm/llvm/tools/lto/ |
| 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/Instrumentation/ |
| D | SanitizerCoverage.h | 38 : Options(Options) { in Options() argument
|
| D | InstrProfiling.h | 38 : Options(Options), IsCS(IsCS) {} in Options() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| 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/llvm/include/llvm/Transforms/IPO/ |
| D | SCCP.h | 49 IPSCCPOptions Options; variable 54 IPSCCPPass(IPSCCPOptions Options) : Options(Options) {} in IPSCCPPass()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| 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/ |
| 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/include/clang/Analysis/FlowSensitive/ |
| D | TypeErasedDataflowAnalysis.h | 55 DataflowAnalysisOptions Options; variable 60 TypeErasedDataflowAnalysis(DataflowAnalysisOptions Options) in TypeErasedDataflowAnalysis()
|
| /openbsd/src/gnu/llvm/clang/tools/clang-refactor/ |
| D | ClangRefactor.cpp | 194 const RefactoringActionCommandLineOptions &Options) in CommandLineRefactoringOptionVisitor() 215 const RefactoringActionCommandLineOptions &Options; member in __anonf5db81a20111::CommandLineRefactoringOptionVisitor 225 RefactoringActionCommandLineOptions &Options) in CommandLineRefactoringOptionCreator() 251 RefactoringActionCommandLineOptions &Options; member in __anonf5db81a20111::CommandLineRefactoringOptionCreator 313 RefactoringActionCommandLineOptions Options; member in __anonf5db81a20111::RefactoringActionSubcommand 624 CommonOptionsParser &Options = ExpectedParser.get(); in main() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
| D | GVN.h | 118 GVNOptions Options; variable 123 GVNPass(GVNOptions Options = {}) : Options(Options) {} in Options() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430TargetMachine.cpp | 38 const TargetOptions &Options) { in computeDataLayout() 44 const TargetOptions &Options, in MSP430TargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | JITTargetMachineBuilder.h | 131 JITTargetMachineBuilder &setOptions(TargetOptions Options) { in setOptions() 152 TargetOptions Options; variable
|