Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp54 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly() local
57 func.GetBaseAddress(), function_text.data(), func.GetByteSize(), in GetNonCallSiteUnwindPlanFromAssembly()
62 function_text.data(), func.GetByteSize(), func, unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
155 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite() local
158 func.GetBaseAddress(), function_text.data(), func.GetByteSize(), in AugmentUnwindPlanFromCallSite()
163 function_text.data(), func.GetByteSize(), func, unwind_plan, reg_ctx); in AugmentUnwindPlanFromCallSite()
220 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn() local
222 if (target->ReadMemory(func.GetBaseAddress(), function_text.data(), in FirstNonPrologueInsn()
226 function_text.data(), func.GetByteSize(), offset)) { in FirstNonPrologueInsn()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp38 std::vector<uint8_t> function_text(range.GetByteSize()); in LLDB_PLUGIN_DEFINE() local
44 range.GetBaseAddress(), function_text.data(), range.GetByteSize(), in LLDB_PLUGIN_DEFINE()
50 range, function_text.data(), function_text.size(), unwind_plan); in LLDB_PLUGIN_DEFINE()