Lines Matching full:llvm
15 llvm::cl::opt<int> ArgGPSize("G",
16 llvm::cl::desc("Set the maximum size of objects to be optimized using GP"),
17 llvm::cl::init(8));
19 llvm::cl::opt<bool> ArgWarnSharedTextrel("warn-shared-textrel",
20 llvm::cl::ZeroOrMore,
21 llvm::cl::desc("Warn if adding DT_TEXTREL in a shared object."),
22 llvm::cl::init(false));
25 llvm::cl::opt<bool> ArgFIXCA8("fix-cortex-a8",
26 llvm::cl::desc("Enable Cortex-A8 Thumb-2 branch erratum fix"),
27 llvm::cl::init(false));
29 llvm::cl::opt<bool> ArgEB("EB",
30 llvm::cl::desc("Link big-endian objects. This affects the output format."),
31 llvm::cl::init(false));
33 llvm::cl::opt<bool> ArgEL("EL",
34 llvm::cl::desc("Link little-endian objects. This affects the output format."),
35 llvm::cl::init(false));
37 llvm::cl::opt<bool> ArgSVR4Compatibility("Qy",
38 llvm::cl::desc("This option is ignored for SVR4 compatibility"),
39 llvm::cl::init(false));