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

Definitions

include/llvm/DebugInfo/CodeView/CodeView.h
   33 enum TypeLeafKind : uint16_t {
include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
   31 enum class InlineeLinesSignature : uint32_t {
include/llvm/DebugInfo/PDB/Native/RawConstants.h
   36 enum class PdbRaw_FeatureSig : uint32_t {
   67 enum PdbRaw_DbiSecContribVer : uint32_t {
include/llvm/Support/BinaryStreamReader.h
   89   template <typename T> Error readEnum(T &Dest) {
unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp
  319   enum class MyEnum : uint32_t { Val1 = 2908234, Val2 = 120891234 };
unittests/Support/BinaryStreamTest.cpp
  589   enum class MyEnum : int64_t { Foo = -10, Bar = 0, Baz = 10 };