Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1084 void LVScopeArray::resolveExtra() { in printExtra()
1155 bool LVScopeArray::equals(const LVScope *Scope) const { in resolveExtra()
1170 void LVScopeArray::printExtra(raw_ostream &OS, bool Full) const { in equals()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1834 LVScopeArray *Array = static_cast<LVScopeArray *>(Element); in visitKnownRecord()