Home
last modified time | relevance | path

Searched refs:LVScopeAlias (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h364 class LVScopeAlias final : public LVScope {
366 LVScopeAlias() : LVScope() { in LVScopeAlias() function
370 LVScopeAlias(const LVScopeAlias &) = delete;
371 LVScopeAlias &operator=(const LVScopeAlias &) = delete;
372 ~LVScopeAlias() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1069 bool LVScopeAlias::equals(const LVScope *Scope) const { in printExtra()
1075 void LVScopeAlias::printExtra(raw_ostream &OS, bool Full) const {