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.h326 class LVScopeAggregate final : public LVScope {
331 LVScopeAggregate() : LVScope() {} in LVScopeAggregate() function
332 LVScopeAggregate(const LVScopeAggregate &) = delete;
333 LVScopeAggregate &operator=(const LVScopeAggregate &) = delete;
334 ~LVScopeAggregate() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1028 bool LVScopeAggregate::equals(const LVScope *Scope) const { in printExtra()
1047 LVScope *LVScopeAggregate::findEqualScope(const LVScopes *Scopes) const { in equals()
1055 void LVScopeAggregate::printExtra(raw_ostream &OS, bool Full) const { in findEqualScope()
1062 Reference->printReference(OS, Full, const_cast<LVScopeAggregate *>(this));
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1996 LVScopeAggregate *Scope = static_cast<LVScopeAggregate *>(Element); in visitKnownRecord()
2460 LVScopeAggregate *Scope = static_cast<LVScopeAggregate *>(Element); in visitKnownRecord()