Home
last modified time | relevance | path

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

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