Lines Matching refs:DwarfCfa

40 constexpr typename DwarfCfa<AddressType>::process_func DwarfCfa<AddressType>::kCallbackTable[64];
43 bool DwarfCfa<AddressType>::GetLocationInfo(uint64_t pc, uint64_t start_offset, uint64_t end_offset, in GetLocationInfo()
110 const auto handle_func = DwarfCfa<AddressType>::kCallbackTable[cfa_low]; in GetLocationInfo()
148 std::string DwarfCfa<AddressType>::GetOperandString(uint8_t operand, uint64_t value, in GetOperandString()
183 bool DwarfCfa<AddressType>::LogOffsetRegisterString(uint32_t indent, uint64_t cfa_offset, in LogOffsetRegisterString()
206 bool DwarfCfa<AddressType>::LogInstruction(uint32_t indent, uint64_t cfa_offset, uint8_t op, in LogInstruction()
276 bool DwarfCfa<AddressType>::Log(uint32_t indent, uint64_t pc, uint64_t start_offset, in Log()
323 bool DwarfCfa<AddressType>::cfa_nop(DwarfLocations*) { in cfa_nop()
328 bool DwarfCfa<AddressType>::cfa_set_loc(DwarfLocations*) { in cfa_set_loc()
343 bool DwarfCfa<AddressType>::cfa_advance_loc(DwarfLocations*) { in cfa_advance_loc()
349 bool DwarfCfa<AddressType>::cfa_offset(DwarfLocations* loc_regs) { in cfa_offset()
356 bool DwarfCfa<AddressType>::cfa_restore(DwarfLocations* loc_regs) { in cfa_restore()
373 bool DwarfCfa<AddressType>::cfa_undefined(DwarfLocations* loc_regs) { in cfa_undefined()
380 bool DwarfCfa<AddressType>::cfa_same_value(DwarfLocations* loc_regs) { in cfa_same_value()
387 bool DwarfCfa<AddressType>::cfa_register(DwarfLocations* loc_regs) { in cfa_register()
395 bool DwarfCfa<AddressType>::cfa_remember_state(DwarfLocations* loc_regs) { in cfa_remember_state()
401 bool DwarfCfa<AddressType>::cfa_restore_state(DwarfLocations* loc_regs) { in cfa_restore_state()
412 bool DwarfCfa<AddressType>::cfa_def_cfa(DwarfLocations* loc_regs) { in cfa_def_cfa()
418 bool DwarfCfa<AddressType>::cfa_def_cfa_register(DwarfLocations* loc_regs) { in cfa_def_cfa_register()
431 bool DwarfCfa<AddressType>::cfa_def_cfa_offset(DwarfLocations* loc_regs) { in cfa_def_cfa_offset()
444 bool DwarfCfa<AddressType>::cfa_def_cfa_expression(DwarfLocations* loc_regs) { in cfa_def_cfa_expression()
454 bool DwarfCfa<AddressType>::cfa_expression(DwarfLocations* loc_regs) { in cfa_expression()
462 bool DwarfCfa<AddressType>::cfa_offset_extended_sf(DwarfLocations* loc_regs) { in cfa_offset_extended_sf()
470 bool DwarfCfa<AddressType>::cfa_def_cfa_sf(DwarfLocations* loc_regs) { in cfa_def_cfa_sf()
478 bool DwarfCfa<AddressType>::cfa_def_cfa_offset_sf(DwarfLocations* loc_regs) { in cfa_def_cfa_offset_sf()
492 bool DwarfCfa<AddressType>::cfa_val_offset(DwarfLocations* loc_regs) { in cfa_val_offset()
500 bool DwarfCfa<AddressType>::cfa_val_offset_sf(DwarfLocations* loc_regs) { in cfa_val_offset_sf()
508 bool DwarfCfa<AddressType>::cfa_val_expression(DwarfLocations* loc_regs) { in cfa_val_expression()
516 bool DwarfCfa<AddressType>::cfa_gnu_negative_offset_extended(DwarfLocations* loc_regs) { in cfa_gnu_negative_offset_extended()
524 bool DwarfCfa<AddressType>::cfa_aarch64_negate_ra_state(DwarfLocations* loc_regs) { in cfa_aarch64_negate_ra_state()
765 template class DwarfCfa<uint32_t>; variable
766 template class DwarfCfa<uint64_t>; variable