Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp108 const auto *runtime_function = in GetNext() local
110 if (!runtime_function) { in GetNext()
115 m_unwind_info_rva = runtime_function->UnwindInfoOffset; in GetNext()
445 const RuntimeFunction *runtime_function = in GetAddressRange() local
447 if (!runtime_function) in GetAddressRange()
451 m_object_file.GetAddress(runtime_function->StartAddress); in GetAddressRange()
452 range.SetByteSize(runtime_function->EndAddress - in GetAddressRange()
453 runtime_function->StartAddress); in GetAddressRange()
471 const RuntimeFunction *runtime_function = in GetUnwindPlan() local
473 if (!runtime_function) in GetUnwindPlan()
[all …]