Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h499 void addRequest(const T &Selection, const U &Dispatch, V &Request) const { in addRequest() function
577 void addRequest(LVElementKindSet &Selection) { in addRequest() function
578 addRequest(Selection, ElementDispatch, ElementRequest); in addRequest()
580 void addRequest(LVLineKindSet &Selection) { in addRequest() function
581 addRequest(Selection, LineDispatch, LineRequest); in addRequest()
583 void addRequest(LVScopeKindSet &Selection) { in addRequest() function
584 addRequest(Selection, ScopeDispatch, ScopeRequest); in addRequest()
586 void addRequest(LVSymbolKindSet &Selection) { in addRequest() function
587 addRequest(Selection, SymbolDispatch, SymbolRequest); in addRequest()
589 void addRequest(LVTypeKindSelection &Selection) { in addRequest() function
[all …]
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp222 patterns().addRequest(options().Select.Elements); in doLoad()
223 patterns().addRequest(options().Select.Lines); in doLoad()
224 patterns().addRequest(options().Select.Scopes); in doLoad()
225 patterns().addRequest(options().Select.Symbols); in doLoad()
226 patterns().addRequest(options().Select.Types); in doLoad()