Home
last modified time | relevance | path

Searched refs:CurRange (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp748 for (auto CurRange : Unit->getFunctionRanges()) in cloneAndEmitDebugFrame() local
749 AllUnitsRanges.insert(CurRange.Range, CurRange.Value); in cloneAndEmitDebugFrame()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2279 for (auto CurRange : Unit->getFunctionRanges()) in patchFrameInfoForObject() local
2280 AllUnitsRanges.insert(CurRange.Range, CurRange.Value); in patchFrameInfoForObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4023 ConstantRange CurRange(LowV, HighV); in verifyRangeMetadata() local
4024 Check(!CurRange.isEmptySet() && (IsAbsoluteSymbol || !CurRange.isFullSet()), in verifyRangeMetadata()
4027 Check(CurRange.intersectWith(LastRange).isEmptySet(), in verifyRangeMetadata()
4031 Check(!isContiguous(CurRange, LastRange), "Intervals are contiguous", in verifyRangeMetadata()