Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h502 void addRequest(const T &Selection, const U &Dispatch, V &Request) const { in addRequest() function
582 void addRequest(LVElementKindSet &Selection) { in addRequest() function
583 addRequest(Selection, ElementDispatch, ElementRequest); in addRequest()
585 void addRequest(LVLineKindSet &Selection) { in addRequest() function
586 addRequest(Selection, LineDispatch, LineRequest); in addRequest()
588 void addRequest(LVScopeKindSet &Selection) { in addRequest() function
589 addRequest(Selection, ScopeDispatch, ScopeRequest); in addRequest()
591 void addRequest(LVSymbolKindSet &Selection) { in addRequest() function
592 addRequest(Selection, SymbolDispatch, SymbolRequest); in addRequest()
594 void addRequest(LVTypeKindSelection &Selection) { in addRequest() function
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp470 patterns().addRequest(options().Select.Elements); in doLoad()
471 patterns().addRequest(options().Select.Lines); in doLoad()
472 patterns().addRequest(options().Select.Scopes); in doLoad()
473 patterns().addRequest(options().Select.Symbols); in doLoad()
474 patterns().addRequest(options().Select.Types); in doLoad()