/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizerOptions.h | 33 Always, ///< Always detect stack use after return. enumerator
|
/llvm-project/clang/lib/Driver/ |
H A D | XRayArgs.cpp | 210 for (const auto &Always : AlwaysInstrumentFiles) { addArgs() local
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | UninitializedValues.h | 85 Always enumerator
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCTargetOptions.h | 32 Always, // Always emit dwarf unwind enumerator
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | DumpValueObjectOptions.h | 25 enum class Mode { Always, Default, Never } m_mode; global() enumerator
|
/llvm-project/clang-tools-extra/clangd/unittests/support/ |
H A D | ThreadingTests.cpp | 139 PeriodicThrottler Always(std::chrono::seconds(0)); in TEST() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 154 Always, // Unconditionally emit Swift async extended frame info. global() enumerator 161 Always, // All loops are assumed to be finite. global() enumerator
|
/llvm-project/clang/unittests/Format/ |
H A D | DefinitionBlockSeparatorTest.cpp | 282 TEST_F(DefinitionBlockSeparatorTest, Always) { in TEST_F() argument
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 215 enum class MandatoryInliningKind { NotMandatory, Always, Never }; global() enumerator
|
/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 119 Always, global() enumerator
|
/llvm-project/clang/include/clang/Driver/ |
H A D | Driver.h | 563 Always = static_cast<int>(CommandStatus::Ok), global() enumerator
|
/llvm-project/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.h | 596 Always, global() enumerator
|
/llvm-project/lld/ELF/ |
H A D | Config.h | 106 enum class GcsPolicy { Implicit, Never, Always }; global() enumerator
|
/llvm-project/flang/lib/Parser/ |
H A D | unparse.cpp | 2070 Unparse(const OmpMapType::Always &) Unparse() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 275 Always, // Always expand the instruction. global() enumerator
|
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 78 enum class ImplicitItModeTy { Always, Never, ARMOnly, ThumbOnly }; enumerator
|