Home | History | Annotate | Download | only in llvm-mcld

Lines Matching defs:All

379   cl::desc("Choose a file type (not all types are supported by all targets):"),
468 cl::desc("Delete all temporary local symbols."),
477 ArgDiscardAll("discard-all",
478 cl::desc("Delete all local symbols."),
483 cl::desc("alias for --discard-all"),
497 ArgStripAll("strip-all",
498 cl::desc("Omit all symbol information from the output file."),
503 cl::desc("alias for --strip-all"),
548 All,
561 clEnumValN(icf::All, "all",
575 cl::desc("Export all dynamic symbols"),
752 cl::desc("turn all warnings into errors"),
1060 // add all rpath entries
1098 // add all search directories
1209 case icf::All:
1514 // Build up all of the passes that we want to do to the module.