Home
last modified time | relevance | path

Searched refs:Affecting (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def33 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 DCodeGenOptions.h49 Affecting, enumerator
H A DCodeGenOptions.def212 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 DCodeGenOptions.cpp39 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 DModuleDepCollector.cpp959 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 DX86ScheduleZnver3.td617 …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 DX86ScheduleZnver4.td629 …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 DASTReader.h819 enum { Import, Export, Conflict, Affecting } Kind; enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp5362 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 DASTReader.cpp4897 case UnresolvedModuleRef::Affecting: in ReadAST()
6286 Unresolved.Kind = UnresolvedModuleRef::Affecting; in ReadSubmoduleBlock()