Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h33 using LVSymbolKindSet = std::set<LVSymbolKind>; variable
H A DLVOptions.h247 LVSymbolKindSet Symbols; // --select-symbols=<Kind>
591 void addRequest(LVSymbolKindSet &Selection) { in addRequest()