Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp456 Parent->addElement(Namespace); in get()
862 Parent->addElement(Element); in visitKnownRecord()
1451 Parent->addElement(Element); in visitKnownRecord()
1856 Array->addElement(Subrange); in visitKnownRecord()
2729 Scope->addElement(Typedef); in visitKnownMember()
2971 ReaderParent->addElement(Scope); in addElement()
2975 ReaderScope->addElement(Symbol); in addElement()
2979 ReaderScope->addElement(Type); in addElement()
3191 Parent->addElement(Symbol); in createDataMember()
3198 Parent->addElement(Parameter); in createParameter()
[all …]
H A DLVELFReader.cpp572 Parent->addElement(CurrentScope); in processOneDie()
574 Parent->addElement(CurrentSymbol); in processOneDie()
576 Parent->addElement(CurrentType); in processOneDie()
H A DLVBinaryReader.cpp705 Scope->addElement(Line); in processLines()
736 Scope->addElement(Line); in processLines()
/freebsd-14.2/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(Symbol); in addMissingElements()
H A DLVOptions.cpp474 void LVPatterns::addElement(LVElement *Element) { in addElement() function in LVPatterns
H A DLVCompare.cpp324 InsertionPoint->addElement(Element); in execute()
/freebsd-14.2/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-14.2/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);