Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h283 void notifyAddedElement(LVLine *Line) { in notifyAddedElement() function
287 void notifyAddedElement(LVScope *Scope) { in notifyAddedElement() function
291 void notifyAddedElement(LVSymbol *Symbol) { in notifyAddedElement() function
295 void notifyAddedElement(LVType *Type) { in notifyAddedElement() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1329 getReader().notifyAddedElement(Line); in increment()
1333 getReader().notifyAddedElement(Scope);
1337 getReader().notifyAddedElement(Symbol); in addedElement()
1341 getReader().notifyAddedElement(Type); in addedElement()