Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCompactUnwindSupport.h260 auto UnwindInfoSectionContent = G.allocateBuffer(UnwindInfoSectionSize); in processAndReserveUnwindInfo() local
261 memset(UnwindInfoSectionContent.data(), 0, UnwindInfoSectionContent.size()); in processAndReserveUnwindInfo()
263 UnwindInfoSec, UnwindInfoSectionContent, orc::ExecutorAddr(), 8, 0); in processAndReserveUnwindInfo()