Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DUnwindInfoRegistrationPlugin.cpp50 auto ScanUnwindInfoSection = [&](Section &Sec, ExecutorAddrRange &SecRange) { in addUnwindInfoRegistrationActions() argument
54 SecRange.Start = (*Sec.blocks().begin())->getAddress(); in addUnwindInfoRegistrationActions()
57 SecRange.Start = std::min(SecRange.Start, R.Start); in addUnwindInfoRegistrationActions()
58 SecRange.End = std::max(SecRange.End, R.End); in addUnwindInfoRegistrationActions()
H A DMachOPlatform.cpp1276 auto ScanUnwindInfoSection = [&](Section &Sec, ExecutorAddrRange &SecRange, in findUnwindSectionInfo()
1280 SecRange = (*Sec.blocks().begin())->getRange(); in findUnwindSectionInfo()
1283 SecRange.Start = std::min(SecRange.Start, R.Start); in findUnwindSectionInfo()
1284 SecRange.End = std::max(SecRange.End, R.End); in findUnwindSectionInfo()