Searched defs:Configuration (Results 1 – 6 of 6) sorted by relevance
97 struct Configuration { struct98 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 …]
32 struct Configuration { struct33 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 …]
110 struct Configuration { struct111 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 …]
136 Configuration section in test-suite Guide150 ### Common Configuration Options221 ### Common CMake Flags
895 =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
292 setDefaultConfiguration(const SarifReportingConfiguration &Configuration) { in setDefaultConfiguration()