Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp2007 void LVScopeRoot::processRangeInformation() { in printExtra()
2020 void LVScopeRoot::transformScopedName() { in processRangeInformation()
2042 bool LVScopeRoot::equals(const LVScope *Scope) const { in transformScopedName()
2046 void LVScopeRoot::print(raw_ostream &OS, bool Full) const { in transformScopedName()
2051 void LVScopeRoot::printExtra(raw_ostream &OS, bool Full) const { in equals()
2058 Error LVScopeRoot::doPrintMatches(bool Split, raw_ostream &OS,
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h782 class LVScopeRoot final : public LVScope {
786 LVScopeRoot() : LVScope() { setIsRoot(); } in LVScopeRoot() function
787 LVScopeRoot(const LVScopeRoot &) = delete;
788 LVScopeRoot &operator=(const LVScopeRoot &) = delete;
789 ~LVScopeRoot() = default;
H A DLVReader.h125 LVScopeRoot *Root = nullptr;
259 LVScopeRoot *getScopesRoot() const { return Root; } in getScopesRoot()