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.h369 class LLVM_ABI LVScopeAlias final : public LVScope {
371 LVScopeAlias() : LVScope() { in LVScopeAlias() function
375 LVScopeAlias(const LVScopeAlias &) = delete;
376 LVScopeAlias &operator=(const LVScopeAlias &) = delete;
377 ~LVScopeAlias() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1080 bool LVScopeAlias::equals(const LVScope *Scope) const { in equals()
1086 void LVScopeAlias::printExtra(raw_ostream &OS, bool Full) const { in printExtra()