Searched refs:m_section_contents_if_encrypted (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h138 lldb::DataBufferSP m_section_contents_if_encrypted; // if the binary is encrypted, read the sect contents member in class:lldb_private::CompactUnwindInfo
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp137 m_section_contents_if_encrypted (),
248 m_section_contents_if_encrypted.reset (new DataBufferHeap (m_section_sp->GetByteSize(), 0));
252 m_section_contents_if_encrypted->GetBytes(),
257 m_unwindinfo_data.SetData (m_section_contents_if_encrypted, 0);

Completed in 109 milliseconds