Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLine.h35 using LVLineKindSet = std::set<LVLineKind>; variable
H A DLVOptions.h244 LVLineKindSet Lines; // --select-lines=<Kind>
580 void addRequest(LVLineKindSet &Selection) { in addRequest()