Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h97 struct Configuration { struct
98 enum ManifestKind { Default, SideBySide, Embed, No };
99 bool is64() const { return machine == AMD64 || machine == ARM64; } in is64()
101 llvm::COFF::MachineTypes machine = IMAGE_FILE_MACHINE_UNKNOWN;
102 size_t wordsize;
103 bool verbose = false;
104 WindowsSubsystem subsystem = llvm::COFF::IMAGE_SUBSYSTEM_UNKNOWN;
105 Symbol *entry = nullptr;
106 bool noEntry = false;
107 std::string outputFile;
[all …]
/openbsd-src/gnu/llvm/lld/wasm/
H A DConfig.h32 struct Configuration { struct
33 bool bsymbolic;
34 bool checkFeatures;
35 bool compressRelocations;
36 bool demangle;
37 bool disableVerify;
38 bool experimentalPic;
39 bool emitRelocs;
40 bool exportAll;
41 bool exportDynamic;
[all …]
/openbsd-src/gnu/llvm/lld/MachO/
H A DConfig.h110 struct Configuration { struct
111 Symbol *entry = nullptr;
112 bool hasReexports = false;
113 bool allLoad = false;
114 bool applicationExtension = false;
115 bool archMultiple = false;
116 bool exportDynamic = false;
117 bool forceLoadObjC = false;
118 bool forceLoadSwift = false; // Only applies to LC_LINKER_OPTIONs.
119 bool staticLink = false;
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A DTestSuiteGuide.md136 Configuration section in test-suite Guide
150 ### Common Configuration Options
221 ### Common CMake Flags
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5140delta.pod895 =head2 Configuration section in Incompatible Changes
897 Naming fixes in Policy_sh.SH may invalidate Policy.shIncompatible Changes""Configuration global() argument
905 Perl source code is read in text mode on WindowsIncompatible Changes""Configuration global() argument
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSarif.h292 setDefaultConfiguration(const SarifReportingConfiguration &Configuration) { in setDefaultConfiguration()