Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.h44 lldb_private::DataExtractor m_exception_dir; variable
H A DPECallFrameInfo.cpp439 m_exception_dir(object_file.ReadImageDataByRVA(exception_dir_rva, in PECallFrameInfo()
512 uint32_t end = m_exception_dir.GetByteSize() / sizeof(RuntimeFunction); in FindRuntimeFunctionIntersectsWithRange()
518 TypedRead<RuntimeFunction>(m_exception_dir, offset); in FindRuntimeFunctionIntersectsWithRange()