Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h628 class LLVM_ABI LVScopeEnumeration final : public LVScope {
630 LVScopeEnumeration() : LVScope() { setIsEnumeration(); } in LVScopeEnumeration() function
631 LVScopeEnumeration(const LVScopeEnumeration &) = delete;
632 LVScopeEnumeration &operator=(const LVScopeEnumeration &) = delete;
633 ~LVScopeEnumeration() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1747 bool LVScopeEnumeration::equals(const LVScope *Scope) const { in equals()
1753 void LVScopeEnumeration::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2052 LVScopeEnumeration *Scope = static_cast<LVScopeEnumeration *>(Element); in visitKnownRecord()