Lines Matching defs:Configuration
33 struct Configuration { struct
34 Symbol *entry;
35 bool hasReexports = false;
36 bool allLoad = false;
37 bool forceLoadObjC = false;
38 bool staticLink = false;
39 bool isPic = false;
40 bool headerPadMaxInstallNames = false;
41 bool printEachFile = false;
42 bool printWhyLoad = false;
43 bool searchDylibsFirst = false;
44 bool saveTemps = false;
45 uint32_t headerPad;
46 llvm::StringRef installName;
47 llvm::StringRef outputFile;
48 bool demangle = false;
49 llvm::MachO::Architecture arch;
73 extern Configuration *config; argument