Searched defs:arch (Results 26 - 50 of 149) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DSimple.h117 SimpleReference(Reference::KindNamespace ns, Reference::KindArch arch, argument
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler.cpp31 create( MachOLinkingContext::Arch arch) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp40 std::unique_ptr<Architecture> ArchitectureMips::Create(const ArchSpec &arch) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp186 auto arch = m_process->GetTarget().GetArchitecture(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h153 void SetArchitecture(const lldb_private::ArchSpec &arch) { m_arch = arch; } argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp23 ArchSpec arch; member in struct:__anon2860::Header
110 ObjectFileBreakpad(const ModuleSP &module_sp, DataBufferSP &data_sp, offset_t data_offset, const FileSpec *file, offset_t offset, offset_t length, ArchSpec arch, UUID uuid) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp42 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { argument
128 GetSupportedArchitectureAtIndex(uint32_t idx, ArchSpec &arch) argument
204 GetMmapArgumentList(const ArchSpec &arch, addr_t addr, addr_t length, unsigned prot, unsigned flags, addr_t fd, addr_t offset) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp92 const ArchSpec arch = process->GetTarget().GetArchitecture(); local
H A DDynamicRegisterInfo.cpp23 DynamicRegisterInfo( const lldb_private::StructuredData::Dictionary &dict, const lldb_private::ArchSpec &arch) argument
61 SetRegisterInfo(const StructuredData::Dictionary &dict, const ArchSpec &arch) argument
H A DRegisterContextFreeBSD_x86_64.cpp76 GetRegisterInfo_i386(const lldb_private::ArchSpec &arch) { argument
H A DRegisterContextNetBSD_x86_64.cpp93 GetRegisterInfo_i386(const lldb_private::ArchSpec &arch) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp82 ArchSpec arch = process->GetArchitecture(); local
256 GetSize(const lldb_private::ArchSpec &arch) argument
282 Parse(const DataExtractor &data, const ArchSpec &arch) argument
330 GetSize(const lldb_private::ArchSpec &arch) argument
351 Parse(const DataExtractor &data, const ArchSpec &arch) argument
404 GetSize(const lldb_private::ArchSpec &arch) argument
419 Parse(const DataExtractor &data, const ArchSpec &arch) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp37 UnwindAssembly_x86::UnwindAssembly_x86(const ArchSpec &arch) argument
240 UnwindAssembly *UnwindAssembly_x86::CreateInstance(const ArchSpec &arch) { argument
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DDriver.cpp102 StringRef arch = args.getLastArgValue(OPT_arch, "x86_64"); local
217 StringRef arch, objectFile, symbol; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h133 ArchSpec arch = module_sp->m_objfile_sp->GetArchitecture(); local
H A DModuleSpec.h47 ModuleSpec(const FileSpec &file_spec, const ArchSpec &arch) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp305 lldb_private::ArchSpec arch = target->GetArchitecture(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp261 void BreakpointLocationList::RemoveInvalidLocations(const ArchSpec &arch) { argument
H A DBreakpointResolverName.cpp371 const Architecture *arch = local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1017 ABISysV_hexagon::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h96 EmulateInstructionARM(const ArchSpec &arch) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp30 EmulateInstructionPPC64::EmulateInstructionPPC64(const ArchSpec &arch) argument
57 EmulateInstructionPPC64::CreateInstance(const ArchSpec &arch, argument
67 bool EmulateInstructionPPC64::SetTargetTriple(const ArchSpec &arch) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp44 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { argument
130 GetSupportedArchitectureAtIndex(uint32_t idx, ArchSpec &arch) argument
308 GetMmapArgumentList(const ArchSpec &arch, addr_t addr, addr_t length, unsigned prot, unsigned flags, addr_t fd, addr_t offset) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp42 PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) { argument
122 GetSupportedArchitectureAtIndex(uint32_t idx, ArchSpec &arch) argument
353 GetMmapArgumentList(const ArchSpec &arch, addr_t addr, addr_t length, unsigned prot, unsigned flags, addr_t fd, addr_t offset) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp208 const ArchSpec *arch = module_spec.GetArchitecturePtr(); local
234 const ArchSpec *arch local
48 FileAtPathContainsArchAndUUID(const FileSpec &file_fspec, const ArchSpec *arch, const lldb_private::UUID *uuid) argument
379 FindSymbolFileInBundle(const FileSpec &symfile_bundle, const lldb_private::UUID *uuid, const ArchSpec *arch) argument
[all...]

Completed in 147 milliseconds

123456