Home
last modified time | relevance | path

Searched refs:Configuration (Results 1 – 25 of 109) sorted by relevance

12345

/llvm-project-15.0.7/libunwind/test/libunwind/test/
H A Dconfig.py11 from libcxx.test.config import Configuration as LibcxxConfiguration
14 class Configuration(LibcxxConfiguration): class
17 super(Configuration, self).__init__(lit_config, config)
31 super(Configuration, self).configure_obj_root()
37 super(Configuration, self).configure_features()
54 super(Configuration, self).configure_compile_flags()
/llvm-project-15.0.7/libcxxabi/test/libcxxabi/test/
H A Dconfig.py11 from libcxx.test.config import Configuration as LibcxxConfiguration
15 class Configuration(LibcxxConfiguration): class
18 super(Configuration, self).__init__(lit_config, config)
38 super(Configuration, self).configure_obj_root()
41 super(Configuration, self).configure_features()
54 super(Configuration, self).configure_compile_flags()
/llvm-project-15.0.7/lldb/examples/test/
H A Dlldbtest-stderr5 Configuration: arch=x86_64 compiler=gcc
14 Configuration: arch=x86_64 compiler=llvm-gcc
23 Configuration: arch=i386 compiler=gcc
32 Configuration: arch=i386 compiler=llvm-gcc
H A Dusage-lldb-loggings41 Configuration: arch=x86_64 compiler=clang
105 Configuration: arch=x86_64 compiler=clang
/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryGoogleBenchmarkMain.cpp43 Configuration(Configurations[State.range(1)]) { in Runner()
56 State.SetLabel((Twine(Configuration.Name) + "," + Distribution.Name).str()); in ~Runner()
64 benchmark::DoNotOptimize(Setup.Call(P, Configuration.Function)); in runBatch()
76 ConfigurationType Configuration; member
H A Dlibc-benchmark-analysis.py334 Mode = " (Sweep)" if study["Configuration"]["IsSweepMode"] else ""
39 return study["Configuration"]["Function"]
48 SweepModeMaxSize = study["Configuration"]["SweepModeMaxSize"]
50 NumTrials = study["Configuration"]["NumTrials"]
79 distribution = study["Configuration"]["SizeDistributionName"]
H A DJSONTest.cpp99 Field(&Study::Configuration, equals(S.Configuration)), in equals()
144 "Configuration": { in TEST()
154 "Configuration": { in TEST()
H A DLibcMemoryBenchmarkMain.cpp122 StudyConfiguration &SC = Study.Configuration; in createStudy()
182 Study.Configuration.SweepModeMaxSize = SweepMaxSize; in run()
219 Study.Configuration.SizeDistributionName = Distribution.Name.str(); in run()
/llvm-project-15.0.7/polly/include/polly/Config/
H A Dconfig.h.cmake1 //===- polly/Config.h ------------ Configuration of Polly -------*- C++ -*-===//
9 // Configuration of Polly.
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
85 Expected<std::string> writeObjectFile(const BenchmarkCode &Configuration,
/llvm-project-15.0.7/lld/wasm/
H A DConfig.h27 struct Configuration { struct
101 extern Configuration *config;
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DCMakeLists.txt2 Configuration.cpp
/llvm-project-15.0.7/lld/MachO/
H A DConfig.h104 struct Configuration { struct
207 extern std::unique_ptr<Configuration> config; argument
/llvm-project-15.0.7/libunwind/test/configs/
H A Dibm-libunwind-shared.cfg.in1 # Configuration file for running the libunwind tests on AIX.
H A Dllvm-libunwind-shared.cfg.in2 # Configuration file for running the libunwind tests against the shared library.
H A Dllvm-libunwind-static.cfg.in2 # Configuration file for running the libunwind tests against the static library.
H A Dllvm-libunwind-merged.cfg.in2 # Configuration file for running the libunwind tests against a libc++ shared library
/llvm-project-15.0.7/lld/COFF/
H A DConfig.h97 struct Configuration { struct
290 extern std::unique_ptr<Configuration> config; argument
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dclang-doc.rst55 Configuration chapter
58 Configuration for :program:`clang-doc` is currently limited to command-line options.
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1325 AttributorConfig Configuration)
1327 InfoCache(InfoCache), Configuration(Configuration) {}
1412 Configuration.Allowed && !Configuration.Allowed->count(&AAType::ID);
1589 if (Configuration.DefaultInitializeLiveInternals)
1598 Configuration.CGUpdater.removeCallSite(*CI);
1666 if (Configuration.DeleteFns)
1813 if (!Configuration.OREGetter)
1817 auto &ORE = Configuration.OREGetter(F);
1834 if (!Configuration.OREGetter)
1837 auto &ORE = Configuration.OREGetter(F);
[all …]
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp463 struct Configuration { struct
511 static raw_ostream &operator<<(raw_ostream &Stream, const Configuration &C) { in operator <<()
529 Configuration Conf; in Serialize()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h104 struct Configuration { struct
372 extern std::unique_ptr<Configuration> config;
/llvm-project-15.0.7/libcxx/
H A Dappveyor.yml44 # Configuration Step
/llvm-project-15.0.7/llvm/test/Object/
H A Dcoff-dwarf-debug-only.test14 CHECK-NEXT: Entry a 0000000000000000 00000000 Load Configuration Directory
/llvm-project-15.0.7/polly/test/UnitIsl/
H A Dlit.cfg10 # Configuration file for the 'lit' test runner.

12345