Home
last modified time | relevance | path

Searched refs:sub_type (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DWatchpoint.cpp331 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData() argument
332 : m_watchpoint_event(sub_type), m_new_watchpoint_sp(new_watchpoint_sp) {} in WatchpointEventData()
H A DBreakpoint.cpp1037 BreakpointEventType sub_type, const BreakpointSP &new_breakpoint_sp) in BreakpointEventData() argument
1038 : m_breakpoint_event(sub_type), m_new_breakpoint_sp(new_breakpoint_sp) {} in BreakpointEventData()
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h29 WatchpointEventData(lldb::WatchpointEventType sub_type,
H A DBreakpoint.h104 BreakpointEventData(lldb::BreakpointEventType sub_type,
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td674 class Extract_Element <ValueType sub_type, ValueType vec_type, int sub_idx,
677 (sub_type (extractelt vec_type:$src, sub_idx)),
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp542 const uint32_t sub_type = subTypeFromElfHeader(header); in GetModuleSpecifications() local
544 eArchTypeELF, header.e_machine, sub_type, header.e_ident[EI_OSABI]); in GetModuleSpecifications()
1345 const uint32_t sub_type = subTypeFromElfHeader(header); in GetSectionHeaderInfo() local
1346 arch_spec.SetArchitecture(eArchTypeELF, header.e_machine, sub_type, in GetSectionHeaderInfo()