Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h499 void addRequest(const T &Selection, const U &Dispatch, V &Request) const { in addRequest() function
579 void addRequest(LVElementKindSet &Selection) { in addRequest() function
580 addRequest(Selection, ElementDispatch, ElementRequest); in addRequest()
582 void addRequest(LVLineKindSet &Selection) { in addRequest() function
583 addRequest(Selection, LineDispatch, LineRequest); in addRequest()
585 void addRequest(LVScopeKindSet &Selection) { in addRequest() function
586 addRequest(Selection, ScopeDispatch, ScopeRequest); in addRequest()
588 void addRequest(LVSymbolKindSet &Selection) { in addRequest() function
589 addRequest(Selection, SymbolDispatch, SymbolRequest); in addRequest()
591 void addRequest(LVTypeKindSelection &Selection) { in addRequest() function
[all …]
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp225 patterns().addRequest(options().Select.Elements); in doLoad()
226 patterns().addRequest(options().Select.Lines); in doLoad()
227 patterns().addRequest(options().Select.Scopes); in doLoad()
228 patterns().addRequest(options().Select.Symbols); in doLoad()
229 patterns().addRequest(options().Select.Types); in doLoad()