Home
last modified time | relevance | path

Searched refs:GetCore (Results 1 – 13 of 13) sorted by relevance

/external/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.h61 switch(arch.GetCore()) in GetSize()
95 switch(arch.GetCore()) in GetSize()
DThreadElfCore.cpp144 switch(arch.GetCore()) in Parse()
167 switch(arch.GetCore()) in Parse()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp143 switch (arch.GetCore()) in GetRegisterContext()
529 switch (arch.GetCore()) in GetRegisterIndexFromOffset()
557 switch (arch.GetCore()) in GetRegisterName()
DProcessPOSIX.cpp635 switch (arch.GetCore()) in GetSoftwareBreakpointTrapOpcode()
DRegisterContext_x86_64.cpp918 switch (arch.GetCore()) in ConvertRegisterKindToRegisterNumber()
/external/lldb/include/lldb/Core/
DArchSpec.h307 GetCore () const in GetCore() function
/external/lldb/source/Core/
DArchSpec.cpp743 const ArchSpec::Core lhs_core = GetCore (); in IsEqualTo()
744 const ArchSpec::Core rhs_core = rhs.GetCore (); in IsEqualTo()
890 const ArchSpec::Core lhs_core = lhs.GetCore (); in operator <()
891 const ArchSpec::Core rhs_core = rhs.GetCore (); in operator <()
DDataExtractor.cpp1783 switch (target_sp->GetArchitecture().GetCore()) in Dump()
/external/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp656 …&& (arch.GetCore() == ArchSpec::Core::eCore_arm_armv7m || arch.GetCore() == ArchSpec::Core::eCore_… in DisassemblerLLVMC()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp380 switch (arch.GetCore()) in GetSoftwareBreakpointTrapOpcode()
/external/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp298 if (arch.GetCore() == ArchSpec::eCore_x86_32_i486) in DoLoadCore()
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp290 switch (arch.GetCore()) in GetSoftwareBreakpointTrapOpcode()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp731 const ArchSpec::Core system_core = system_arch.GetCore(); in ARMGetSupportedArchitectureAtIndex()