Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp450 llvm::append_range(OffsetMatchInfo, Patterns); in addOffsetPatterns()
451 if (OffsetMatchInfo.size()) { in addOffsetPatterns()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h470 LVMatchOffsets OffsetMatchInfo; variable
570 OffsetMatchInfo.clear(); in clear()
606 return llvm::is_contained(OffsetMatchInfo, Offset); in matchOffsetPattern()