reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 2065         CmdArgs.push_back(Value.data());
 2071           Value == "-mbig-obj")
 2081         if (Value == "-mthumb")
 2090         if (Value == "--trap") {
 2095         if (Value == "--break") {
 2100         if (Value.startswith("-msoft-float")) {
 2105         if (Value.startswith("-mhard-float")) {
 2111         MipsTargetFeature = llvm::StringSwitch<const char *>(Value)
 2132       if (Value == "-force_cpusubtype_ALL") {
 2134       } else if (Value == "-L") {
 2136       } else if (Value == "--fatal-warnings") {
 2138       } else if (Value == "--no-warn" || Value == "-W") {
 2138       } else if (Value == "--no-warn" || Value == "-W") {
 2140       } else if (Value == "--noexecstack") {
 2142       } else if (Value.startswith("-compress-debug-sections") ||
 2143                  Value.startswith("--compress-debug-sections") ||
 2144                  Value == "-nocompress-debug-sections" ||
 2145                  Value == "--nocompress-debug-sections") {
 2146         CmdArgs.push_back(Value.data());
 2147       } else if (Value == "-mrelax-relocations=yes" ||
 2148                  Value == "--mrelax-relocations=yes") {
 2150       } else if (Value == "-mrelax-relocations=no" ||
 2151                  Value == "--mrelax-relocations=no") {
 2153       } else if (Value.startswith("-I")) {
 2154         CmdArgs.push_back(Value.data());
 2157         if (Value == "-I")
 2159       } else if (Value.startswith("-gdwarf-")) {
 2161         unsigned DwarfVersion = DwarfVersionNum(Value);
 2163           CmdArgs.push_back(Value.data());
 2169       } else if (Value.startswith("-mcpu") || Value.startswith("-mfpu") ||
 2169       } else if (Value.startswith("-mcpu") || Value.startswith("-mfpu") ||
 2170                  Value.startswith("-mhwdiv") || Value.startswith("-march")) {
 2170                  Value.startswith("-mhwdiv") || Value.startswith("-march")) {
 2172       } else if (Value == "-defsym") {
 2174             D.Diag(diag::err_drv_defsym_invalid_format) << Value;
 2191           CmdArgs.push_back(Value.data());
 2193       } else if (Value == "-fdebug-compilation-dir") {
 2198             << A->getOption().getName() << Value;