Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h245 LVScopeKindSet Scopes; // --select-scopes=<Kind>
585 void addRequest(LVScopeKindSet &Selection) { in addRequest()
H A DLVScope.h62 using LVScopeKindSet = std::set<LVScopeKind>; variable