Home
last modified time | relevance | path

Searched defs:arch (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd/contrib/jemalloc/scripts/
H A Dgen_travis.py172 def format_job(os, arch, combination): argument
231 def generate_jobs(os, arch, exclude, max_unusual_opts, unusuals=all_unusuals): argument
239 def generate_linux(arch): argument
253 def generate_macos(arch): argument
268 def generate_windows(arch): argument
280 def generate_freebsd(arch): argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnwindAssembly.cpp17 UnwindAssemblySP UnwindAssembly::FindPlugin(const ArchSpec &arch) { in FindPlugin()
31 UnwindAssembly::UnwindAssembly(const ArchSpec &arch) : m_arch(arch) {} in UnwindAssembly()
H A DPlatform.cpp205 const ArchSpec &arch, ModuleSpec &module_spec) { in GetModuleSpec()
251 ArchSpec arch(GetSystemArchitecture()); in GetStatus() local
768 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in ResolveExecutable() local
1087 for(auto arch : archs) { in CreateArchList() local
1098 bool Platform::IsCompatibleArchitecture(const ArchSpec &arch, in IsCompatibleArchitecture()
1230 MmapArgList Platform::GetMmapArgumentList(const ArchSpec &arch, addr_t addr, in GetMmapArgumentList()
1497 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in GetRemoteSharedModule() local
1897 ArchSpec arch = Target::GetDefaultArchitecture(); in DoConnectProcess() local
1955 ArchSpec arch = target.GetArchitecture(); in GetSoftwareBreakpointTrapOpcode() local
2115 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate()
[all …]
H A DDynamicRegisterInfo.cpp25 const ArchSpec &arch) { in Create()
202 const ArchSpec &arch) { in SetRegisterInfo()
396 const ArchSpec &arch) { in SetRegisterInfo()
437 void DynamicRegisterInfo::Finalize(const ArchSpec &arch) { in Finalize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp90 ArchSpec arch = process->GetArchitecture(); in CreateRegisterContextForFrame() local
296 size_t ELFLinuxPrStatus::GetSize(const lldb_private::ArchSpec &arch) { in GetSize()
323 const ArchSpec &arch) { in Parse()
396 size_t ELFLinuxPrPsInfo::GetSize(const lldb_private::ArchSpec &arch) { in GetSize()
418 const ArchSpec &arch) { in Parse()
H A DRegisterContextPOSIXCore_riscv32.cpp15 RegisterContextCorePOSIX_riscv32::Create(Thread &thread, const ArchSpec &arch, in Create()
37 ArchSpec arch = m_register_info_up->GetTargetArchitecture(); in RegisterContextCorePOSIX_riscv32() local
H A DRegisterContextPOSIXCore_loongarch64.cpp17 const ArchSpec &arch, in Create()
37 ArchSpec arch = m_register_info_up->GetTargetArchitecture(); in RegisterContextCorePOSIX_loongarch64() local
H A DRegisterContextPOSIXCore_riscv64.cpp16 RegisterContextCorePOSIX_riscv64::Create(Thread &thread, const ArchSpec &arch, in Create()
43 ArchSpec arch = m_register_info_up->GetTargetArchitecture(); in RegisterContextCorePOSIX_riscv64() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.h62 lldb_private::ArchSpec arch = GetProcessSP()->GetTarget().GetArchitecture(); in CallFrameAddressIsValid() local
75 lldb_private::ArchSpec arch = GetProcessSP()->GetTarget().GetArchitecture(); in CodeAddressIsValid() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp43 PlatformSP PlatformOpenBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
157 MmapArgList PlatformOpenBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/AIX/
H A DPlatformAIX.cpp51 PlatformSP PlatformAIX::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
141 MmapArgList PlatformAIX::GetMmapArgumentList(const ArchSpec &arch, addr_t addr, in GetMmapArgumentList()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp58 DisassemblerSP Disassembler::FindPlugin(const ArchSpec &arch, in FindPlugin()
87 const Target &target, const ArchSpec &arch, const char *flavor, in FindPluginForTarget()
124 const ArchSpec &arch, const char *plugin_name, const char *flavor, in DisassembleRange()
146 Disassembler::DisassembleBytes(const ArchSpec &arch, const char *plugin_name, in DisassembleBytes()
168 bool Disassembler::Disassemble(Debugger &debugger, const ArchSpec &arch, in Disassemble()
283 void Disassembler::PrintInstructions(Debugger &debugger, const ArchSpec &arch, in PrintInstructions()
553 bool Disassembler::Disassemble(Debugger &debugger, const ArchSpec &arch, in Disassemble()
716 bool Instruction::DumpEmulation(const ArchSpec &arch) { in DumpEmulation()
959 ArchSpec arch; in TestEmulation() local
979 const ArchSpec &arch, uint32_t evaluate_options, void *baton, in Emulate()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp48 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() argument
172 GetMmapArgumentList(const ArchSpec & arch,addr_t addr,addr_t length,unsigned prot,unsigned flags,addr_t fd,addr_t offset) GetMmapArgumentList() argument
[all...]
/freebsd/contrib/mandoc/
H A Darch.c24 arch_valid(const char *arch, enum mandoc_os os) in arch_valid()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h42 ArchitectureMips(const ArchSpec &arch) : m_arch(arch) {} in ArchitectureMips()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp80 ArchSpec arch(header.triple); in CreateInstance() local
138 ArchSpec arch(header.triple); in GetModuleSpecifications() local
150 offset_t offset, offset_t length, ArchSpec arch, in ObjectFileJSON()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp96 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateExecutableObjectFile() local
330 const FileSpec &dsym_bundle_fspec, const UUID *uuid, const ArchSpec *arch) { in FindSymbolFileInBundle()
368 const ArchSpec *arch, in FileAtPathContainsArchAndUUID()
538 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateMacOSXFilesUsingDebugSymbols() local
771 const ArchSpec *arch = module_spec.GetArchitecturePtr(); in LocateExecutableSymbolFile() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp43 PlatformSP PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance() argument
193 MmapArgList PlatformNetBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp101 PlatformSP PlatformQemuUser::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
170 llvm::StringRef arch = GetGlobalProperties().GetArchitecture(); in DebugProcess() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h63 virtual bool GetArchitectureAtIndex(uint32_t idx, ArchSpec &arch) const { in GetArchitectureAtIndex() argument
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp27 ArchSpec &arch) { in GetArchitecture()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp35 std::unique_ptr<Architecture> ArchitecturePPC64::Create(const ArchSpec &arch) { in Create()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp55 ArchSpec arch = process->GetTarget().GetArchitecture(); in CreateRegisterContextForFrame() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp24 ArchSpec arch; member
110 offset_t length, ArchSpec arch, in ObjectFileBreakpad()

12345678