Home
last modified time | relevance | path

Searched defs:Configuration (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DConfig.h28 bool bsymbolic;
31 bool demangle;
34 bool emitRelocs;
35 bool exportAll;
47 bool pie;
50 bool saveTemps;
51 bool shared;
52 bool stripAll;
55 bool trace;
61 unsigned ltoo;
[all …]
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h169 bool cref;
200 bool nmagic;
205 bool omagic;
212 bool pie;
215 bool relax;
227 bool trace;
256 bool zNow;
264 bool zText;
303 bool is64;
306 bool isLE;
[all …]
/llvm-project-15.0.7/lld/COFF/
H A DConfig.h97 struct Configuration { struct
102 size_t wordsize;
110 bool doGC = true;
112 bool tailMerge;
117 bool debug = false;
142 bool dll = false;
143 StringRef implib;
160 bool noSEH = false;
163 unsigned ltoo = 2;
171 StringRef ltoCache;
[all …]
/llvm-project-15.0.7/lld/MachO/
H A DConfig.h104 struct Configuration { struct
107 bool allLoad = false;
115 bool isPic = false;
122 bool saveTemps = false;
129 bool dataConst = false;
134 uint32_t headerPad;
138 unsigned optimize;
139 std::string progName;
154 uint32_t ltoo = 2;
158 bool demangle = false;
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DTestSuiteGuide.md136 Configuration section in test-suite Guide
150 ### Common Configuration Options
221 ### Common CMake Flags
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dclang-doc.rst55 Configuration chapter
/llvm-project-15.0.7/mlir/utils/mbr/
H A DREADME.md84 ## Configuration section in MBR - MLIR Benchmark Runner
/llvm-project-15.0.7/libc/benchmarks/automemcpy/
H A DREADME.md23 ## Configuration section
/llvm-project-15.0.7/utils/bazel/
H A DREADME.md37 # Configuration chapter
/llvm-project-15.0.7/libcxxabi/test/libcxxabi/test/
H A Dconfig.py15 class Configuration(LibcxxConfiguration): class
/llvm-project-15.0.7/libunwind/test/libunwind/test/
H A Dconfig.py14 class Configuration(LibcxxConfiguration): class
/llvm-project-15.0.7/libc/benchmarks/
H A DLibcMemoryGoogleBenchmarkMain.cpp76 ConfigurationType Configuration; member
H A DLibcMemoryBenchmark.h95 StudyConfiguration Configuration; member
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp463 struct Configuration { struct
464 FunctionName Name;
465 ReturnType Type;
466 std::vector<const NamedFunctionDescriptor *> Descriptors;
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dconfig.py59 class Configuration(object): class
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp332 StringRef Source) -> std::unique_ptr<ClangTidyOptionsProvider> { in createOptionsProvider()