Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DPECallFrameInfo.cpp14 static const T *TypedRead(const DataExtractor &data_extractor, offset_t &offset, in TypedRead() function
81 TypedRead<UnwindInfo>(m_unwind_info_data, offset, UNWIND_INFO_SIZE); in GetNext()
95 TypedRead<UnwindCode>(m_unwind_code_data, m_unwind_code_offset); in GetNext()
111 TypedRead<RuntimeFunction>(runtime_function_data, offset); in GetNext()
520 TypedRead<RuntimeFunction>(m_exception_dir, offset); in FindRuntimeFunctionIntersectsWithRange()