Displaying 4 results from an estimated 4 matches for "dllorder".
2017 Jun 14
2
Using LLD to create a .lib from a .def
...:set<SymbolBody *> GCRoot;
std::set<StringRef> NoDefaultLibs;
bool NoDefaultLibAll = false;
// True if we are creating a DLL.
bool DLL = false;
StringRef Implib;
std::vector<Export> Exports;
std::set<std::string> DelayLoads;
std::map<std::string, int> DLLOrder;
SymbolBody *DelayLoadHelper = nullptr;
// Used for SafeSEH.
Symbol *SEHTable = nullptr;
Symbol *SEHCount = nullptr;
// Used for /opt:lldlto=N
unsigned LTOOptLevel = 2;
// Used for /opt:lldltojobs=N
unsigned LTOJobs = 1;
// Used for /merge:from=to (e.g. /merge:.rdata=.text)...
2001 Nov 21
1
Any success with Wine and Linux Mandrake 8.0?
Hi everyody,
Has any one had success with winesetup and their D partition /mnt/win_d
?
I can't get any of the executables to run.
Roman
2017 Jun 15
2
Using LLD to create a .lib from a .def
...Libs;
>> bool NoDefaultLibAll = false;
>>
>> // True if we are creating a DLL.
>> bool DLL = false;
>> StringRef Implib;
>> std::vector<Export> Exports;
>> std::set<std::string> DelayLoads;
>> std::map<std::string, int> DLLOrder;
>> SymbolBody *DelayLoadHelper = nullptr;
>>
>> // Used for SafeSEH.
>> Symbol *SEHTable = nullptr;
>> Symbol *SEHCount = nullptr;
>>
>> // Used for /opt:lldlto=N
>> unsigned LTOOptLevel = 2;
>>
>> // Used for /opt:lldltojob...
2017 Jun 16
2
Using LLD to create a .lib from a .def
...gt;>
>>>> // True if we are creating a DLL.
>>>> bool DLL = false;
>>>> StringRef Implib;
>>>> std::vector<Export> Exports;
>>>> std::set<std::string> DelayLoads;
>>>> std::map<std::string, int> DLLOrder;
>>>> SymbolBody *DelayLoadHelper = nullptr;
>>>>
>>>> // Used for SafeSEH.
>>>> Symbol *SEHTable = nullptr;
>>>> Symbol *SEHCount = nullptr;
>>>>
>>>> // Used for /opt:lldlto=N
>>>> unsigned...