Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp449 OffsetMatchInfo.push_back(Entry); in addOffsetPatterns()
450 if (OffsetMatchInfo.size()) { in addOffsetPatterns()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h467 LVMatchOffsets OffsetMatchInfo; variable
567 OffsetMatchInfo.clear(); in clear()
603 return llvm::is_contained(OffsetMatchInfo, Offset); in matchOffsetPattern()