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.h91 using LVOffsetSet = std::set<uint64_t>; variable
243 LVOffsetSet Offsets; // --select-offset=<Offset>
629 LLVM_ABI void addOffsetPatterns(const LVOffsetSet &Patterns);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp449 void LVPatterns::addOffsetPatterns(const LVOffsetSet &Patterns) { in addOffsetPatterns()