Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp142 getReaderCompileUnit()->addedElement(Line); in addElement()
182 getReaderCompileUnit()->addedElement(Scope); in addElement()
209 getReaderCompileUnit()->addedElement(Symbol); in addElement()
236 getReaderCompileUnit()->addedElement(Type); in addElement()
1338 void LVScopeCompileUnit::addedElement(LVLine *Line) { in addedElement() function in LVScopeCompileUnit
1342 void LVScopeCompileUnit::addedElement(LVScope *Scope) { in addedElement() function in LVScopeCompileUnit
1346 void LVScopeCompileUnit::addedElement(LVSymbol *Symbol) { in addedElement() function in LVScopeCompileUnit
1350 void LVScopeCompileUnit::addedElement(LVType *Type) { in addedElement() function in LVScopeCompileUnit
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h611 void addedElement(LVLine *Line);
612 void addedElement(LVScope *Scope);
613 void addedElement(LVSymbol *Symbol);
614 void addedElement(LVType *Type);