Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h92 using LVOffsetSet = std::set<uint64_t>; variable
242 LVOffsetSet Offsets; // --select-offset=<Offset>
626 void addOffsetPatterns(const LVOffsetSet &Patterns);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp447 void LVPatterns::addOffsetPatterns(const LVOffsetSet &Patterns) { in addOffsetPatterns()