Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVOptions.h243 LVElementKindSet Elements; // --select-elements=<Kind>
579 void addRequest(LVElementKindSet &Selection) { in addRequest()
HDLVElement.h63 using LVElementKindSet = std::set<LVElementKind>; variable