Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h178 void notifyAddedElement(LVLine *Line) { in notifyAddedElement() function
182 void notifyAddedElement(LVScope *Scope) { in notifyAddedElement() function
186 void notifyAddedElement(LVSymbol *Symbol) { in notifyAddedElement() function
190 void notifyAddedElement(LVType *Type) { in notifyAddedElement() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1342 getReader().notifyAddedElement(Line); in addedElement()
1346 getReader().notifyAddedElement(Scope); in addedElement()
1350 getReader().notifyAddedElement(Symbol); in addedElement()
1354 getReader().notifyAddedElement(Type); in addedElement()