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.h386 class LLVM_ABI LVScopeArray final : public LVScope {
388 LVScopeArray() : LVScope() { setIsArray(); } in LVScopeArray() function
389 LVScopeArray(const LVScopeArray &) = delete;
390 LVScopeArray &operator=(const LVScopeArray &) = delete;
391 ~LVScopeArray() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1095 void LVScopeArray::resolveExtra() { in resolveExtra()
1166 bool LVScopeArray::equals(const LVScope *Scope) const { in equals()
1181 void LVScopeArray::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1827 LVScopeArray *Array = static_cast<LVScopeArray *>(Element); in visitKnownRecord()