Home
last modified time | relevance | path

Searched refs:getScopes (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp740 if (const LVScopes *Scopes = Scope->getScopes()) in traverseParentsAndChildren()
885 if (getScopes() && Target->getScopes()) in markMissingParents()
886 LVScope::markMissingParents(getScopes(), Target->getScopes(), in markMissingParents()
1563 if (const LVScopes *Scopes = Scope->getScopes()) in printSizes()
2028 if (const LVScopes *Scopes = Parent->getScopes()) in transformScopedName()
H A DLVCompare.cpp254 if (Error Err = FindMatch(LHS->getScopes(), RHS->getScopes(), "Scopes")) in execute()
H A DLVReader.cpp54 if (const LVScopes *Scopes = Parent->getScopes()) { in checkIntegrityScopesTree()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h301 const LVScopes &getScopes() const { return Scopes; } in getScopes() function
H A DLVScope.h207 const LVScopes *getScopes() const { return Scopes.get(); } in getScopes() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp715 if (const LVScopes *Scopes = CompileUnit->getScopes()) in processLines()
898 if (const LVScopes *Scopes = Parent->getScopes()) in includeInlineeLines()