Lines Matching +full:dll +full:- +full:config
1 //===- Config.h -------------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
67 // that foo should be exported as an alias to bar in the DLL.
74 StringRef exportName; // Name in DLL
158 // True if we are creating a DLL.
159 bool dll = false; member
237 // Used for /thinlto-index-only:
240 // Used for /thinlto-prefix-replace:
245 // --thinlto-index-only=${response} option with
251 // Used for /thinlto-object-suffix-replace:
254 // Used for /lto-obj-path:
257 // Used for /lto-cs-profile-generate:
260 // Used for /lto-cs-profile-path
263 // Used for /lto-pgo-warn-mismatch:
266 // Used for /lto-sample-profile:
269 // Used for /call-graph-ordering-file:
275 // Used for /print-symbol-order:
282 uint64_t imageBase = -1;