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

Definitions

include/llvm/BinaryFormat/Minidump.h
   89   LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/0xffffffffu),
   95   LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/0xffffffffu),
  101   LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/0xffffffffu),
include/llvm/CodeGen/MachineMemOperand.h
  153     LLVM_MARK_AS_BITMASK_ENUM(/* LargestFlag = */ MOTargetFlag3)
include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
   36   LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ All)
include/llvm/DebugInfo/PDB/Native/RawConstants.h
   48   LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ PdbFeatureNoTypeMerging)
  110   LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ IsGroup)
include/llvm/ExecutionEngine/JITSymbol.h
   69     LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ Callable)
include/llvm/IR/DebugInfoMetadata.h
  164     LLVM_MARK_AS_BITMASK_ENUM(FlagLargest)
 1614     LLVM_MARK_AS_BITMASK_ENUM(SPFlagLargest)
include/llvm/Support/BinaryStream.h
   25   LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ BSF_Append)
include/llvm/TextAPI/MachO/Symbol.h
   44   LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/Rexported),
lib/Target/AMDGPU/SIMemoryLegalizer.cpp
   59   LLVM_MARK_AS_BITMASK_ENUM(/* LargestFlag = */ STORE)
   98   LLVM_MARK_AS_BITMASK_ENUM(/* LargestFlag = */ ALL)
lib/TextAPI/MachO/TextStub.cpp
  268   LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/InstallAPI),
tools/clang/include/clang/Parse/Parser.h
  296       LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue*/ DependentName)
  391     LLVM_MARK_AS_BITMASK_ENUM(InStmtExpr)
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 7074     LLVM_MARK_AS_BITMASK_ENUM(/* LargestFlag = */ OMP_MAP_MEMBER_OF),
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 1884   LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/KMP_IDENT_SIMPLE_RT_MODE)
tools/lldb/include/lldb/Host/File.h
   59     LLVM_MARK_AS_BITMASK_ENUM(/* largest_value= */ eOpenOptionCloseOnExec)
tools/lldb/source/Plugins/Process/Utility/RegisterContext_x86.h
  320     LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue*/ PKRU)
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h
  130   LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ All)
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h
  175   LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ All)
tools/llvm-exegesis/lib/CodeTemplate.h
   87   LLVM_MARK_AS_BITMASK_ENUM(/*Largest*/ PARALLEL_VIA_EXPLICIT_REGS)
tools/llvm-objcopy/CopyConfig.h
   72   LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ SecShare)
unittests/ADT/BitmaskEnumTest.cpp
   21   LLVM_MARK_AS_BITMASK_ENUM(F4)
   90   LLVM_MARK_AS_BITMASK_ENUM(F3)
  100   enum Flags { F0 = 0, F1 = 1, F2 = 2, F3 = 4, LLVM_MARK_AS_BITMASK_ENUM(F3) };
  121   LLVM_MARK_AS_BITMASK_ENUM(F3)
unittests/Support/YAMLIOTest.cpp
  587   LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue*/ OneZero),