Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp56 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly() local
158 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite() local
225 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp38 std::vector<uint8_t> function_text(range.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly() local