Searched refs:Affecting (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DebugOptions.def | 33 DEBUGOPT(Dwarf64, 1, 0, Affecting) ///< -gdwarf64. 52 DEBUGOPT(DebugStrictDwarf, 1, 1, Affecting) ///< Whether or not to use strict DWARF info. 53 DEBUGOPT(DebugOmitUnreferencedMethods, 1, 0, Affecting) ///< Omit unreferenced member 63 DEBUGOPT(DebugColumnInfo, 1, 0, Affecting) ///< Whether or not to use column information 66 DEBUGOPT(DebugTypeExtRefs, 1, 0, Affecting) ///< Whether or not debug info should contain 69 DEBUGOPT(DebugExplicitImport, 1, 0, Affecting) ///< Whether or not debug info should 74 ENUM_DEBUGOPT(DebugSrcHash, DebugSrcHashKind, 2, DSH_MD5, Affecting) 76 DEBUGOPT(SplitDwarfInlining, 1, 1, Affecting) ///< Whether to include inlining info in the 79 DEBUGOPT(DebugFwdTemplateParams, 1, 0, Affecting) ///< Whether to emit complete 85 llvm::codegenoptions::DebugTemplateNamesKind::Full, Affecting) [all …]
|
| H A D | CodeGenOptions.h | 49 Affecting, enumerator
|
| H A D | CodeGenOptions.def | 212 VALUE_CODEGENOPT(OptimizationLevel, 2, 0, Affecting) ///< The -O[0-3] option specified. 213 VALUE_CODEGENOPT(OptimizeSize, 2, 0, Affecting) ///< If -Os (==1, Benign) or -Oz (==2, Benign) is s…
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | CodeGenOptions.cpp | 39 if constexpr (CK::Compatibility == CK::Affecting) \ in resetNonModularOptions() 42 if constexpr (CK::Compatibility == CK::Affecting) \ in resetNonModularOptions() 45 if constexpr (CK::Compatibility == CK::Affecting) \ in resetNonModularOptions()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 959 for (const Module *Affecting : M->AffectingClangModules) { in addAffectingClangModule() local 960 assert(Affecting == Affecting->getTopLevelModule() && in addAffectingClangModule() 962 if (Affecting != M->getTopLevelModule() && in addAffectingClangModule() 963 !MDC.isPrebuiltModule(Affecting)) { in addAffectingClangModule() 964 if (auto ImportID = handleTopLevelModule(Affecting)) in addAffectingClangModule() 965 if (AddedModules.insert(Affecting).second) in addAffectingClangModule() 966 addOneModuleDep(Affecting, *ImportID, MD); in addAffectingClangModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ScheduleZnver3.td | 617 …ULX32, [Zn3Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags. 621 …ULX64, [Zn3Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags.
|
| H A D | X86ScheduleZnver4.td | 629 …ULX32, [Zn4Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags. 633 …ULX64, [Zn4Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 819 enum { Import, Export, Conflict, Affecting } Kind; enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 5362 if constexpr (CK::Compatibility == CK::Affecting) \ in getModuleHash() 5365 if constexpr (CK::Compatibility == CK::Affecting) \ in getModuleHash() 5368 if constexpr (CK::Compatibility == CK::Affecting) \ in getModuleHash()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 4897 case UnresolvedModuleRef::Affecting: in ReadAST() 6286 Unresolved.Kind = UnresolvedModuleRef::Affecting; in ReadSubmoduleBlock()
|