Home
last modified time | relevance | path

Searched refs:ReaderParent (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h257 LVScope *ReaderParent = nullptr; variable
322 ScopeStack.push(ReaderParent); in pushScope()
323 ReaderParent = ReaderScope; in pushScope()
327 ReaderScope = ReaderParent; in popScope()
328 ReaderParent = ScopeStack.top(); in popScope()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2971 ReaderParent->addElement(Scope); in addElement()