Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h763 class LLVM_ABI LVScopeModule final : public LVScope {
765 LVScopeModule() : LVScope() { in LVScopeModule() function
769 LVScopeModule(const LVScopeModule &) = delete;
770 LVScopeModule &operator=(const LVScopeModule &) = delete;
771 ~LVScopeModule() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1984 bool LVScopeModule::equals(const LVScope *Scope) const { in equals()
1989 void LVScopeModule::printExtra(raw_ostream &OS, bool Full) const { in printExtra()