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.h62 template <typename T, typename S> class StrongType : public T {
65 explicit StrongType(Args... A) : T(std::forward<Args>(A)...) {} in StrongType() function
73 using UniquingStringPool = StrongType<NonRelocatableStringpool, UniqueTag>;
74 using OffsetsStringPool = StrongType<NonRelocatableStringpool, OffsetsTag>;