Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp108 const auto *runtime_function = in GetNext() local
110 if (!runtime_function) { in GetNext()
445 const RuntimeFunction *runtime_function = in GetAddressRange() local
447 if (!runtime_function) in GetAddressRange()
471 const RuntimeFunction *runtime_function = in GetUnwindPlan() local
473 if (!runtime_function) in GetUnwindPlan()
500 runtime_function->EndAddress - runtime_function->StartAddress)); in GetUnwindPlan()
517 const auto *runtime_function = in FindRuntimeFunctionIntersectsWithRange() local
519 if (!runtime_function) in FindRuntimeFunctionIntersectsWithRange()
523 runtime_function->EndAddress > rva) in FindRuntimeFunctionIntersectsWithRange()
[all …]