Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h331 class LLVM_ABI LVScopeAggregate final : public LVScope {
336 LVScopeAggregate() : LVScope() {} in LVScopeAggregate() function
337 LVScopeAggregate(const LVScopeAggregate &) = delete;
338 LVScopeAggregate &operator=(const LVScopeAggregate &) = delete;
339 ~LVScopeAggregate() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1039 bool LVScopeAggregate::equals(const LVScope *Scope) const { in equals()
1058 LVScope *LVScopeAggregate::findEqualScope(const LVScopes *Scopes) const { in findEqualScope()
1066 void LVScopeAggregate::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
1073 Reference->printReference(OS, Full, const_cast<LVScopeAggregate *>(this)); in printExtra()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1989 LVScopeAggregate *Scope = static_cast<LVScopeAggregate *>(Element); in visitKnownRecord()
2454 LVScopeAggregate *Scope = static_cast<LVScopeAggregate *>(Element); in visitKnownRecord()