Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h247 LVTypeKindSelection Types; // --select-types=<Kind>
591 void addRequest(LVTypeKindSelection &Selection) { in addRequest()
H A DLVType.h46 using LVTypeKindSelection = std::set<LVTypeKind>; variable