Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h171 class LVTypeEnumerator final : public LVType {
176 LVTypeEnumerator() : LVType() { in LVTypeEnumerator() function
180 LVTypeEnumerator(const LVTypeEnumerator &) = delete;
181 LVTypeEnumerator &operator=(const LVTypeEnumerator &) = delete;
182 ~LVTypeEnumerator() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp365 bool LVTypeEnumerator::equals(const LVType *Type) const { in equals()
369 void LVTypeEnumerator::printExtra(raw_ostream &OS, bool Full) const { in printExtra()