Searched refs:LVScopeRoot (Results 1 – 4 of 4) sorted by relevance
124 auto PrintHeader = [this](LVScopeRoot *LHS, LVScopeRoot *RHS) { in execute()138 LVScopeRoot *ReferenceRoot = ReferenceReader->getScopesRoot(); in execute()139 LVScopeRoot *TargetRoot = TargetReader->getScopesRoot(); in execute()150 auto CompareViews = [this](LVScopeRoot *LHS, LVScopeRoot *RHS) -> Error { in execute()
2020 void LVScopeRoot::processRangeInformation() { in processRangeInformation()2033 bool LVScopeRoot::equals(const LVScope *Scope) const { in equals()2037 void LVScopeRoot::print(raw_ostream &OS, bool Full) const { in print()2042 void LVScopeRoot::printExtra(raw_ostream &OS, bool Full) const { in printExtra()2049 Error LVScopeRoot::doPrintMatches(bool Split, raw_ostream &OS, in doPrintMatches()
78 LVScopeRoot *Root = nullptr;95 Root = new LVScopeRoot(); in createScopes()155 LVScopeRoot *getScopesRoot() const { return Root; } in getScopesRoot()
781 class LVScopeRoot final : public LVScope {785 LVScopeRoot() : LVScope() { setIsRoot(); } in LVScopeRoot() function786 LVScopeRoot(const LVScopeRoot &) = delete;787 LVScopeRoot &operator=(const LVScopeRoot &) = delete;788 ~LVScopeRoot() = default;