Searched refs:LVScopeModule (Results 1 – 2 of 2) sorted by relevance
763 class LLVM_ABI LVScopeModule final : public LVScope {765 LVScopeModule() : LVScope() { in LVScopeModule() function769 LVScopeModule(const LVScopeModule &) = delete;770 LVScopeModule &operator=(const LVScopeModule &) = delete;771 ~LVScopeModule() = default;
1984 bool LVScopeModule::equals(const LVScope *Scope) const { in equals()1989 void LVScopeModule::printExtra(raw_ostream &OS, bool Full) const { in printExtra()