Home
last modified time | relevance | path

Searched defs:SetArchitecture (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/src/trace_processor/importers/syscalls/
Dsyscall_tracker.cc58 void SyscallTracker::SetArchitecture(Architecture arch) { in SetArchitecture() function in perfetto::trace_processor::SyscallTracker
/external/llvm-project/lldb/tools/debugserver/source/
DDNBArch.cpp38 bool DNBArchProtocol::SetArchitecture(uint32_t cpu_type, uint32_t cpu_subtype) { in SetArchitecture() function in DNBArchProtocol
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.h81 void SetArchitecture(const ArchSpec &arch_spec) { m_arch = arch_spec; } in SetArchitecture() function
/external/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.h153 void SetArchitecture(const lldb_private::ArchSpec &arch) { m_arch = arch; } in SetArchitecture() function
/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h65 void SetArchitecture(const ArchSpec &arch) { m_arch = arch; } in SetArchitecture() function
/external/google-breakpad/src/common/mac/
Ddump_syms.cc212 bool DumpSymbols::SetArchitecture(cpu_type_t cpu_type, in SetArchitecture() function in google_breakpad::DumpSymbols
224 bool DumpSymbols::SetArchitecture(const std::string &arch_name) { in SetArchitecture() function in google_breakpad::DumpSymbols
/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp833 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, in SetArchitecture() function in ArchSpec
/external/llvm-project/lldb/source/Core/
DModule.cpp1561 bool Module::SetArchitecture(const ArchSpec &new_arch) { in SetArchitecture() function in Module
/external/llvm-project/lldb/source/Target/
DTarget.cpp1464 bool Target::SetArchitecture(const ArchSpec &arch_spec, bool set_platform) { in SetArchitecture() function in Target
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp13766 bool EmulateInstructionARM::SetArchitecture(const ArchSpec &arch) { in SetArchitecture() function in EmulateInstructionARM