Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp190 Record.UnwindDataSize = EHFrameSize + Record.EHFrameHdrSize; in getUnwindingRecord()
196 Record.UnwindDataSize = EHFrameSize + Record.EHFrameHdrSize; in getUnwindingRecord()
197 Record.MappedSize = Record.UnwindDataSize; in getUnwindingRecord()
205 + Record.UnwindDataSize // eh_frame_hdr, eh_frame in getUnwindingRecord()
209 << "Unwind size: " << Record.UnwindDataSize << "\n" in getUnwindingRecord()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DPerfSharedStructs.h67 uint64_t UnwindDataSize; member
190 Val.Prefix, Val.UnwindDataSize, Val.EHFrameHdrSize, Val.MappedSize, in size()
196 IB, Val.Prefix, Val.UnwindDataSize, Val.EHFrameHdrSize, Val.MappedSize, in deserialize()
202 OB, Val.Prefix, Val.UnwindDataSize, Val.EHFrameHdrSize, Val.MappedSize, in serialize()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderPerf.cpp96 uint64_t UnwindDataSize; member
160 << UnwindRecord.UnwindDataSize << " and EH frame header size " in writeUnwindRecord()
165 UnwindRecord.UnwindDataSize, UnwindRecord.EHFrameHdrSize, in writeUnwindRecord()
170 << UnwindRecord.UnwindDataSize - UnwindRecord.EHFrameHdrSize in writeUnwindRecord()
180 UnwindRecord.UnwindDataSize - in writeUnwindRecord()