Lines Matching +full:dll +full:- +full:config
1 //===- Driver.h -------------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 #include "Config.h"
84 // config->machine has been set.
135 // -----+----------------+---------------------+------------------
136 // LINK | {value} | {value}.{.dll/.exe} | {output name}
137 // LIB | {value} | {value}.dll | {output name}.dll
175 // Windows specific -- "main" is not the only main function in Windows.
176 // You can choose one from these four -- {w,}{WinMain,main}.