Home
last modified time | relevance | path

Searched refs:StrongType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h63 template <typename T, typename S> class StrongType : public T {
66 explicit StrongType(Args... A) : T(std::forward<Args>(A)...) {} in StrongType() function
74 using UniquingStringPool = StrongType<NonRelocatableStringpool, UniqueTag>;
75 using OffsetsStringPool = StrongType<NonRelocatableStringpool, OffsetsTag>;