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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp993 lldb_private::UnwindLLDB::RegisterLocation regloc,
999 switch (regloc.type) {
1002 GetRegisterInfoAtIndex(regloc.location.register_number);
1012 GetRegisterInfoAtIndex(regloc.location.register_number);
1026 value.SetUInt(regloc.location.inferred_value, reg_info->byte_size);
1035 reg_info, regloc.location.target_memory_location, reg_info->byte_size,
1046 lldb_private::UnwindLLDB::RegisterLocation regloc,
1053 switch (regloc.type) {
1056 GetRegisterInfoAtIndex(regloc.location.register_number);
1062 GetRegisterInfoAtIndex(regloc
992 ReadRegisterValueFromRegisterLocation( lldb_private::UnwindLLDB::RegisterLocation regloc, const RegisterInfo *reg_info, RegisterValue &value) argument
1045 WriteRegisterValueToRegisterLocation( lldb_private::UnwindLLDB::RegisterLocation regloc, const RegisterInfo *reg_info, const RegisterValue &value) argument
1143 SavedLocationForRegister( uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc) argument
1592 UnwindLLDB::RegisterLocation regloc; local
1986 lldb_private::UnwindLLDB::RegisterLocation regloc; local
2028 lldb_private::UnwindLLDB::RegisterLocation regloc; local
2053 lldb_private::UnwindLLDB::RegisterLocation regloc; local
[all...]
H A DRegisterContextLLDB.h147 lldb_private::UnwindLLDB::RegisterLocation &regloc);
150 lldb_private::UnwindLLDB::RegisterLocation regloc,
155 lldb_private::UnwindLLDB::RegisterLocation regloc,
H A DUnwindLLDB.cpp471 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc,
483 lldb_regnum, regloc);
489 lldb_regnum, regloc);
494 regloc.type ==
506 regloc.type == UnwindLLDB::RegisterLocation::eRegisterInRegister &&
509 lldb_regnum = regloc.location.register_number;
470 SearchForSavedLocationForRegister( uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, uint32_t starting_frame_num, bool pc_reg) argument
H A DUnwindLLDB.h94 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1065 UnwindPlan::Row::RegisterLocation regloc; local
1067 regloc.SetAtAFAPlusOffset(-current_sp_bytes_offset_from_fa);
1069 regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa);
1070 row->SetRegisterInfo(lldb_regno, regloc);
1156 UnwindPlan::Row::RegisterLocation regloc; local
1164 regloc.SetAtAFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset()));
1166 regloc.SetAtCFAPlusOffset(-(stack_offset + fa_value_ptr->GetOffset()));
1168 row->SetRegisterInfo(lldb_regno, regloc);

Completed in 121 milliseconds