Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp138 getReaderCompileUnit()->addedElement(Line); in addElement()
178 getReaderCompileUnit()->addedElement(Scope); in addElement()
205 getReaderCompileUnit()->addedElement(Symbol); in addElement()
232 getReaderCompileUnit()->addedElement(Type); in addElement()
1327 void LVScopeCompileUnit::addedElement(LVLine *Line) { in addedElement() function in LVScopeCompileUnit
1331 void LVScopeCompileUnit::addedElement(LVScope *Scope) { in addedElement() function in LVScopeCompileUnit
1335 void LVScopeCompileUnit::addedElement(LVSymbol *Symbol) { in addedElement() function in LVScopeCompileUnit
1339 void LVScopeCompileUnit::addedElement(LVType *Type) { in addedElement() function in LVScopeCompileUnit
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h600 void addedElement(LVLine *Line);
601 void addedElement(LVScope *Scope);
602 void addedElement(LVSymbol *Symbol);
603 void addedElement(LVType *Type);