Searched refs:TagValue (Results 1 – 3 of 3) sorted by relevance
48 #define DECLARE_PDB_SYMBOL_CONCRETE_TYPE(TagValue) \ argument54 static const PDB_SymType Tag = TagValue; \
45 constexpr Tag(uintptr_t TagValue, uintptr_t TagOffset) in Tag() argument46 : TagMask(TagValue << TagOffset) {} in Tag()
46 constexpr Tag(uintptr_t TagValue, uintptr_t TagOffset) in Tag() argument47 : TagMask(TagValue << TagOffset) {} in Tag()