/netbsd-src/external/apache2/llvm/dist/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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | Symbolize.h | 39 struct Options { struct 55 LLVMSymbolizer(const Options &Opts) : Opts(Opts) {} in LLVMSymbolizer() argument
|
/netbsd-src/external/apache2/llvm/dist/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 LLVMPassBuilderOptionsSetCoroutines(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetCoroutines() 126 void LLVMPassBuilderOptionsSetLicmMssaOptCap(LLVMPassBuilderOptionsRef Options, in LLVMPassBuilderOptionsSetLicmMssaOptCap() 132 LLVMPassBuilderOptionsRef Options, unsigned LicmMssaNoAccForPromotionCap) { in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 48 struct Options { struct 49 Options(bool A, bool B, bool C, bool F, bool P, bool U, bool I, bool L, in Options() function 56 bool AllBlocks; 57 bool BranchInfo; 58 bool BranchCount; 59 bool FuncCoverage; 60 bool PreservePaths; 61 bool UncondBranch; 62 bool Intermediate; 63 bool LongFileNames; [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | OpenCLSupport.rst | 70 .. _opencl_cl_ext: 95 .. _opencl_finclude_default_header: 137 .. _opencl_fdeclare_opencl_builtins: 154 .. _opencl_fake_address_space_map: 171 .. _opencl_builtins:
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.h | 40 : Options(Options) { in Options() function
|
H A D | InstrProfiling.h | 39 : Options(Options), IsCS(IsCS) {} in Options() function
|
H A D | GCOVProfiler.h | 22 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts() argument
|
/netbsd-src/external/mit/libuv/dist/docs/src/guide/ |
H A D | networking.rst | 157 Time-to-live 162 IPv6 stack only 169 Multicast
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SimplifyCFGPass.cpp | 199 const SimplifyCFGOptions &Options) { in iterativelySimplifyCFG() 239 const SimplifyCFGOptions &Options) { in simplifyFunctionCFGImpl() 267 const SimplifyCFGOptions &Options) { in simplifyFunctionCFG() 282 static void applyCommandLineOverridesToOptions(SimplifyCFGOptions &Options) { in applyCommandLineOverridesToOptions() 329 SimplifyCFGOptions Options; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.cpp | 92 const TargetOptions &Options, Optional<Reloc::Model> RM, in SparcTargetMachine() 189 const TargetOptions &Options, in SparcV8TargetMachine() 199 const TargetOptions &Options, in SparcV9TargetMachine() 209 const TargetOptions &Options, in SparcelTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/ |
H A D | lto.cpp | 210 llvm::TargetOptions Options = in lto_module_create() local 221 llvm::TargetOptions Options = in lto_module_create_from_fd() local 235 llvm::TargetOptions Options = in lto_module_create_from_fd_at_offset() local 246 llvm::TargetOptions Options = in lto_module_create_from_memory() local 259 llvm::TargetOptions Options = in lto_module_create_from_memory_with_path() local 271 llvm::TargetOptions Options = in lto_module_create_in_local_context() local 291 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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetMachine.cpp | 118 const TargetOptions &Options) { in computeTargetABI() 136 const TargetOptions &Options, in computeDataLayout() 213 const TargetOptions &Options, in ARMBaseTargetMachine() 313 const TargetOptions &Options, in ARMLETargetMachine() 321 const TargetOptions &Options, in ARMBETargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsTargetMachine.cpp | 64 const TargetOptions &Options, in computeDataLayout() 113 const TargetOptions &Options, in MipsTargetMachine() 145 const TargetOptions &Options, in MipsebTargetMachine() 155 const TargetOptions &Options, in MipselTargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430TargetMachine.cpp | 36 const TargetOptions &Options) { in computeDataLayout() 42 const TargetOptions &Options, in MSP430TargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | SnippetGenerator.h | 54 struct Options { struct 58 explicit SnippetGenerator(const LLVMState &State, const Options &Opts); argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVN.h | 117 GVNOptions Options; variable 122 GVN(GVNOptions Options = {}) : Options(Options) {} in Options() argument
|
H A D | SimplifyCFG.h | 30 SimplifyCFGOptions Options; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.h | 131 JITTargetMachineBuilder &setOptions(TargetOptions Options) { in setOptions() 152 TargetOptions Options; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial02.rst | 226 Options chapter
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial02.rst | 226 Options chapter
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
H A D | BuildingLibcxx.rst | 275 .. _ABI Library Specific Options: 420 .. _LLVM-specific variables:
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430MCAsmInfo.cpp | 19 const MCTargetOptions &Options) { in MSP430MCAsmInfo()
|