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