Home
last modified time | relevance | path

Searched refs:addMatched (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp479 getReaderCompileUnit()->addMatched(Element); in addElement()
481 getReaderCompileUnit()->addMatched(Element->getIsScope() in addElement()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h575 void addMatched(LVElement *Element) { MatchedElements.push_back(Element); } in addMatched() function
576 void addMatched(LVScope *Scope) { MatchedScopes.push_back(Scope); } in addMatched() function