Home
last modified time | relevance | path

Searched refs:LVScopeArray (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h381 class LVScopeArray final : public LVScope {
383 LVScopeArray() : LVScope() { setIsArray(); } in LVScopeArray() function
384 LVScopeArray(const LVScopeArray &) = delete;
385 LVScopeArray &operator=(const LVScopeArray &) = delete;
386 ~LVScopeArray() = default;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1097 void LVScopeArray::resolveExtra() { in resolveExtra()
1168 bool LVScopeArray::equals(const LVScope *Scope) const { in equals()
1183 void LVScopeArray::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp194 CurrentScope = new LVScopeArray(); in createElement()