Home
last modified time | relevance | path

Searched defs:addElement (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp474 void LVPatterns::addElement(LVElement *Element) { in addElement() function in LVPatterns
H A DLVScope.cpp112 void LVScope::addElement(LVElement *Element) { in addElement() function in LVScope
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
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2959 void LVLogicalVisitor::addElement(LVScope *Scope, bool IsCompileUnit) { in addElement() function in LVLogicalVisitor
2974 void LVLogicalVisitor::addElement(LVSymbol *Symbol) { in addElement() function in LVLogicalVisitor
2978 void LVLogicalVisitor::addElement(LVType *Type) { in addElement() function in LVLogicalVisitor