Searched refs:regloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp898 RegisterContextLLDB::ReadRegisterValueFromRegisterLocation (lldb_private::UnwindLLDB::RegisterLocation regloc, argument
906 switch (regloc.type)
910 const RegisterInfo *other_reg_info = GetRegisterInfoAtIndex(regloc.location.register_number);
926 success = value.SetUInt (regloc.location.inferred_value, reg_info->byte_size);
937 regloc.location.target_memory_location,
951 RegisterContextLLDB::WriteRegisterValueToRegisterLocation (lldb_private::UnwindLLDB::RegisterLocation regloc, argument
960 switch (regloc.type)
964 const RegisterInfo *other_reg_info = GetRegisterInfoAtIndex(regloc.location.register_number);
984 regloc.location.target_memory_location,
1054 RegisterContextLLDB::SavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc) argument
1458 lldb_private::UnwindLLDB::RegisterLocation regloc; local
1489 lldb_private::UnwindLLDB::RegisterLocation regloc; local
1513 lldb_private::UnwindLLDB::RegisterLocation regloc; local
[all...]
H A DUnwindLLDB.cpp347 UnwindLLDB::SearchForSavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, uint32_t starting_frame_num, bool pc_reg) argument
358 result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister (lldb_regnum, regloc);
367 result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister (lldb_regnum, regloc);
374 && regloc.type == UnwindLLDB::RegisterLocation::eRegisterInRegister
378 lldb_regnum = regloc.location.register_number;
H A DRegisterContextLLDB.h151 SavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc);
154 ReadRegisterValueFromRegisterLocation (lldb_private::UnwindLLDB::RegisterLocation regloc,
159 WriteRegisterValueToRegisterLocation (lldb_private::UnwindLLDB::RegisterLocation regloc,
H A DUnwindLLDB.h91 SearchForSavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, uint32_t starting_frame_num, bool pc_register);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp566 UnwindPlan::Row::RegisterLocation regloc; local
567 regloc.SetAtCFAPlusOffset (-row->GetCFAOffset());
568 row->SetRegisterInfo (m_lldb_fp_regnum, regloc);
612 UnwindPlan::Row::RegisterLocation regloc; local
613 regloc.SetAtCFAPlusOffset (-current_sp_bytes_offset_from_cfa);
614 row->SetRegisterInfo (lldb_regno, regloc);
633 UnwindPlan::Row::RegisterLocation regloc; local
634 regloc.SetAtCFAPlusOffset (-row->GetCFAOffset());
635 row->SetRegisterInfo (lldb_regno, regloc);

Completed in 100 milliseconds