Home
last modified time | relevance | path

Searched refs:removeElement (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h340 virtual bool removeElement(LVElement *Element) { return false; } in removeElement() function
H A DLVScope.h269 bool removeElement(LVElement *Element) override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp321 if (Parent->removeElement(Element)) { in execute()
H A DLVScope.cpp257 bool LVScope::removeElement(LVElement *Element) { in removeElement() function in LVScope
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1368 if (Symbol->getParentScope()->removeElement(Symbol)) in visitKnownRecord()
1655 if (Type->getParentScope()->removeElement(Type)) in visitKnownRecord()
2567 Scope->removeElement(Element); in visitKnownRecord()