Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp54 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly() local
155 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite() local
220 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn() local
/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp38 std::vector<uint8_t> function_text(range.GetByteSize()); in LLDB_PLUGIN_DEFINE() local