Home
last modified time | relevance | path

Searched refs:LVScopeRoot (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp124 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()
H A DLVScope.cpp2020 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h78 LVScopeRoot *Root = nullptr;
95 Root = new LVScopeRoot(); in createScopes()
155 LVScopeRoot *getScopesRoot() const { return Root; } in getScopesRoot()
H A DLVScope.h781 class LVScopeRoot final : public LVScope {
785 LVScopeRoot() : LVScope() { setIsRoot(); } in LVScopeRoot() function
786 LVScopeRoot(const LVScopeRoot &) = delete;
787 LVScopeRoot &operator=(const LVScopeRoot &) = delete;
788 ~LVScopeRoot() = default;