Searched defs:arch (Results 101 - 125 of 149) sorted by relevance

123456

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp74 CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) argument
H A DABISysV_ppc.cpp222 ABISysV_ppc::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp559 ABISysV_mips64::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp189 ABISysV_s390x::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp660 const ArchSpec &arch = target.GetArchitecture(); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_x86_64.cpp72 ABISysV_x86_64::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
H A DABIWindows_x86_64.cpp116 ABIWindows_x86_64::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp164 ABISP ABISysV_arc::CreateInstance(ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp125 EmulateInstructionARM64::CreateInstance(const ArchSpec &arch, argument
138 bool EmulateInstructionARM64::SetTargetTriple(const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp202 EmulateInstructionMIPS::CreateInstance(const ArchSpec &arch, argument
215 bool EmulateInstructionMIPS::SetTargetTriple(const ArchSpec &arch) { argument
63 EmulateInstructionMIPS( const lldb_private::ArchSpec &arch) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1308 FindModuleFile( const std::string &module_path, const ArchSpec &arch) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp568 ArchSpec arch = m_objfile_sp->GetArchitecture(); local
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h467 void SetSystemArchitecture(const ArchSpec &arch) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp802 const ArchSpec &arch = module_spec.GetArchitecture(); local
H A DModule.cpp235 Module::Module(const FileSpec &file_spec, const ArchSpec &arch, argument
1529 const ArchSpec &arch = module_ref.GetArchitecture(); local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp55 llvm::minidump::ProcessorArchitecture arch; local
436 ArchThreadContexts(llvm::Triple::ArchType arch) : m_arch(arch) {} argument
521 const ArchSpec &arch = target.GetArchitecture(); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp195 ArchSpec arch = GetArchitecture(); local
258 ArchSpec arch = GetArchitecture(); local
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DConfig.h237 llvm::MachO::Architecture arch() const { return platformInfo.target.Arch; } function in struct:lld::macho::Configuration
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp132 ABISysV_riscv::CreateInstance(ProcessSP process_sp, const ArchSpec &arch) { argument
546 const ArchSpec arch = thread.GetProcess()->GetTarget().GetArchitecture(); local
601 const ArchSpec arch = thread.GetProcess()->GetTarget().GetArchitecture(); local
703 ArchSpec arch local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp73 CreateInstance(bool force, const ArchSpec *arch) argument
101 GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch, ModuleSpec &module_spec) argument
/freebsd-current/sys/contrib/xen/
H A Dvm_event.h343 } arch; member in struct:vm_event_desc_access
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h780 inline const char *ModuleArchToString(ModuleArch arch) { argument
844 ModuleArch arch() const { return arch_; } function in class:__sanitizer::LoadedModule
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp906 ArchSpec arch = local
1032 ArchSpec arch = Platform::GetAugmentedArchSpec( local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp175 DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx, const FileSpec &file_spec, const ArchSpec &arch, ConstString object_name, off_t object_offset, const llvm::sys::TimePoint<> object_mod_time) argument
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp276 void Breakpoint::RemoveInvalidLocations(const ArchSpec &arch) { argument

Completed in 255 milliseconds

123456