Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h258 LVScope *ReaderScope = nullptr; variable
323 ReaderParent = ReaderScope; in pushScope()
324 ReaderScope = Scope; in pushScope()
327 ReaderScope = ReaderParent; in popScope()
337 void setRoot(LVScope *Root) { ReaderScope = Root; } in setRoot()
352 LVScope *getReaderScope() const { return ReaderScope; } in getReaderScope()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2975 ReaderScope->addElement(Symbol); in addElement()
2979 ReaderScope->addElement(Type); in addElement()