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.cpp443 Parent->addElement(Namespace); in get()
748 LogicalVisitor->addElement(LogicalVisitor->CurrentScope, IsCompileUnit); in visitSymbolBegin()
751 LogicalVisitor->addElement(LogicalVisitor->CurrentSymbol); in visitSymbolBegin()
753 LogicalVisitor->addElement(LogicalVisitor->CurrentType); in visitSymbolBegin()
849 Parent->addElement(Element); in visitKnownRecord()
899 Parent->addElement(Element); in visitKnownRecord()
1362 Namespace->addElement(Symbol); in visitKnownRecord()
1444 Parent->addElement(Element); in visitKnownRecord()
1649 Namespace->addElement(Type); in visitKnownRecord()
1831 Reader->getCompileUnit()->addElement(Array); in visitKnownRecord()
[all …]
H A DLVDWARFReader.cpp384 Parent->addElement(CurrentScope); in processOneDie()
386 Parent->addElement(CurrentSymbol); in processOneDie()
388 Parent->addElement(CurrentType); in processOneDie()
H A DLVBinaryReader.cpp719 Scope->addElement(Line); in processLines()
750 Scope->addElement(Line); in processLines()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp116 void LVScope::addElement(LVElement *Element) { in addElement() function in LVScope
119 addElement(static_cast<LVType *>(Element)); in addElement()
121 addElement(static_cast<LVScope *>(Element)); in addElement()
123 addElement(static_cast<LVSymbol *>(Element)); in addElement()
125 addElement(static_cast<LVLine *>(Element)); in addElement()
131 void LVScope::addElement(LVLine *Line) { in addElement() function in LVScope
170 void LVScope::addElement(LVScope *Scope) { in addElement() function in LVScope
197 void LVScope::addElement(LVSymbol *Symbol) { in addElement() function in LVScope
224 void LVScope::addElement(LVType *Type) { in addElement() function in LVScope
332 addElement(Symbol); in addMissingElements()
H A DLVOptions.cpp475 void LVPatterns::addElement(LVElement *Element) { in addElement() function in LVPatterns
H A DLVCompare.cpp325 InsertionPoint->addElement(Element); in execute()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h218 void addElement(LVElement *Element);
219 void addElement(LVLine *Line);
220 void addElement(LVScope *Scope);
221 void addElement(LVSymbol *Symbol);
222 void addElement(LVType *Type);
H A DLVOptions.h511 LLVM_ABI void addElement(LVElement *Element);
530 addElement(Element); in resolveGenericPatternMatch()
547 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);