Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp147 getReaderCompileUnit()->addedElement(Line); in addElement()
187 getReaderCompileUnit()->addedElement(Scope); in addElement()
214 getReaderCompileUnit()->addedElement(Symbol); in addElement()
241 getReaderCompileUnit()->addedElement(Type); in addElement()
1340 void LVScopeCompileUnit::addedElement(LVLine *Line) { in addedElement() function in LVScopeCompileUnit
1344 void LVScopeCompileUnit::addedElement(LVScope *Scope) { in addedElement() function in LVScopeCompileUnit
1348 void LVScopeCompileUnit::addedElement(LVSymbol *Symbol) { in addedElement() function in LVScopeCompileUnit
1352 void LVScopeCompileUnit::addedElement(LVType *Type) { in addedElement() function in LVScopeCompileUnit
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h599 void addedElement(LVLine *Line);
600 void addedElement(LVScope *Scope);
601 void addedElement(LVSymbol *Symbol);
602 void addedElement(LVType *Type);