Home
last modified time | relevance | path

Searched refs:addElement (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp456 Parent->addElement(Namespace); in get()
761 LogicalVisitor->addElement(LogicalVisitor->CurrentScope, IsCompileUnit); in visitSymbolBegin()
764 LogicalVisitor->addElement(LogicalVisitor->CurrentSymbol); in visitSymbolBegin()
766 LogicalVisitor->addElement(LogicalVisitor->CurrentType); in visitSymbolBegin()
862 Parent->addElement(Element); in visitKnownRecord()
912 Parent->addElement(Element); in visitKnownRecord()
1369 Namespace->addElement(Symbol); in visitKnownRecord()
1451 Parent->addElement(Element); in visitKnownRecord()
1656 Namespace->addElement(Type); in visitKnownRecord()
1838 Reader->getCompileUnit()->addElement(Array); in visitKnownRecord()
[all …]
H A DLVDWARFReader.cpp585 Parent->addElement(CurrentScope); in processOneDie()
587 Parent->addElement(CurrentSymbol); in processOneDie()
589 Parent->addElement(CurrentType); in processOneDie()
H A DLVBinaryReader.cpp734 Scope->addElement(Line); in processLines()
765 Scope->addElement(Line); in processLines()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp112 void LVScope::addElement(LVElement *Element) { in addElement() function in LVScope
115 addElement(static_cast<LVType *>(Element)); in addElement()
117 addElement(static_cast<LVScope *>(Element)); in addElement()
119 addElement(static_cast<LVSymbol *>(Element)); in addElement()
121 addElement(static_cast<LVLine *>(Element)); in addElement()
127 void LVScope::addElement(LVLine *Line) { in addElement() function in LVScope
166 void LVScope::addElement(LVScope *Scope) { in addElement() function in LVScope
193 void LVScope::addElement(LVSymbol *Symbol) { in addElement() function in LVScope
220 void LVScope::addElement(LVType *Type) { in addElement() function in LVScope
328 addElement(Symbo in addMissingElements()
[all...]
H A DLVOptions.cpp474 void LVPatterns::addElement(LVElement *Element) { in addElement() function in LVPatterns
H A DLVCompare.cpp324 InsertionPoint->addElement(Element); in execute()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h212 void addElement(LVElement *Element);
213 void addElement(LVLine *Line);
214 void addElement(LVScope *Scope);
215 void addElement(LVSymbol *Symbol);
216 void addElement(LVType *Type);
H A DLVOptions.h508 void addElement(LVElement *Element);
527 addElement(Element); in resolveGenericPatternMatch()
544 addElement(Line); in resolveGenericPatternMatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h339 void addElement(LVScope *Scope, bool IsCompileUnit);
340 void addElement(LVSymbol *Symbol);
341 void addElement(LVType *Type);