Lines Matching defs:Configuration
30 struct Configuration { struct
31 bool bsymbolic;
32 bool checkFeatures;
33 bool compressRelocations;
34 bool demangle;
35 bool disableVerify;
36 bool experimentalPic;
37 bool emitRelocs;
38 bool exportAll;
39 bool exportDynamic;
40 bool exportTable;
41 bool growableTable;
42 bool gcSections;
43 bool importMemory;
44 bool sharedMemory;
45 bool importTable;
46 llvm::Optional<bool> is64;
47 bool mergeDataSegments;
48 bool pie;
49 bool printGcSections;
50 bool relocatable;
51 bool saveTemps;
52 bool shared;
53 bool stripAll;
54 bool stripDebug;
55 bool stackFirst;
56 bool trace;
57 uint64_t globalBase;
58 uint64_t initialMemory;
59 uint64_t maxMemory;
60 uint64_t zStackSize;
61 unsigned ltoPartitions;
62 unsigned ltoo;
63 unsigned optimize;
64 llvm::StringRef thinLTOJobs;
65 bool ltoNewPassManager;
66 bool ltoDebugPassManager;
67 UnresolvedPolicy unresolvedSymbols;
69 llvm::StringRef entry;
93 // The only instance of Configuration struct. argument