Searched refs:function_text (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | UnwindAssembly-x86.cpp | 56 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly() local 59 func.GetBaseAddress(), prefer_file_cache, function_text.data(), in GetNonCallSiteUnwindPlanFromAssembly() 64 function_text.data(), func.GetByteSize(), func, unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly() 158 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite() local 161 func.GetBaseAddress(), prefer_file_cache, function_text.data(), in AugmentUnwindPlanFromCallSite() 166 function_text.data(), func.GetByteSize(), func, unwind_plan, reg_ctx); in AugmentUnwindPlanFromCallSite() 225 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn() local 228 function_text.data(), func.GetByteSize(), in FirstNonPrologueInsn() 232 function_text.data(), func.GetByteSize(), offset)) { in FirstNonPrologueInsn()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 38 std::vector<uint8_t> function_text(range.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly() local 44 range.GetBaseAddress(), prefer_file_cache, function_text.data(), in GetNonCallSiteUnwindPlanFromAssembly() 50 range, function_text.data(), function_text.size(), unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
|