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.h310 void notifyAddedElement(LVLine *Line) { in notifyAddedElement() function
314 void notifyAddedElement(LVScope *Scope) { in notifyAddedElement() function
318 void notifyAddedElement(LVSymbol *Symbol) { in notifyAddedElement() function
322 void notifyAddedElement(LVType *Type) { in notifyAddedElement() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1340 getReader().notifyAddedElement(Line); in addedElement()
1344 getReader().notifyAddedElement(Scope); in addedElement()
1348 getReader().notifyAddedElement(Symbol); in addedElement()
1352 getReader().notifyAddedElement(Type); in addedElement()