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.h617 class LVScopeEnumeration final : public LVScope {
619 LVScopeEnumeration() : LVScope() { setIsEnumeration(); } in LVScopeEnumeration() function
620 LVScopeEnumeration(const LVScopeEnumeration &) = delete;
621 LVScopeEnumeration &operator=(const LVScopeEnumeration &) = delete;
622 ~LVScopeEnumeration() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1729 bool LVScopeEnumeration::equals(const LVScope *Scope) const { in printExtra()
1735 void LVScopeEnumeration::printExtra(raw_ostream &OS, bool Full) const {
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2058 LVScopeEnumeration *Scope = static_cast<LVScopeEnumeration *>(Element); in visitKnownRecord()