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.h246 LVScopeKindSet Scopes; // --select-scopes=<Kind>
588 void addRequest(LVScopeKindSet &Selection) { in addRequest()
H A DLVScope.h64 using LVScopeKindSet = std::set<LVScopeKind>; variable