Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp85 ArchSpec arch = process->GetArchitecture(); in CreateRegisterContextForFrame() local
254 size_t ELFLinuxPrStatus::GetSize(const lldb_private::ArchSpec &arch) { in GetSize()
281 const ArchSpec &arch) { in Parse()
328 size_t ELFLinuxPrPsInfo::GetSize(const lldb_private::ArchSpec &arch) { in GetSize()
350 const ArchSpec &arch) { in Parse()
402 size_t ELFLinuxSigInfo::GetSize(const lldb_private::ArchSpec &arch) { in GetSize()
417 Status ELFLinuxSigInfo::Parse(const DataExtractor &data, const ArchSpec &arch) { in Parse()
/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.cpp285 ArchSpec arch(GetSystemArchitecture()); in GetStatus() local
782 for (const ArchSpec &arch : in ResolveExecutable() local
1152 for(auto arch : archs) { in CreateArchList() local
1933 ArchSpec arch = Target::GetDefaultArchitecture(); in DoConnectProcess() local
1991 ArchSpec arch = target.GetArchitecture(); in GetSoftwareBreakpointTrapOpcode() local
2151 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate()
2202 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate()
2224 for (const ArchSpec &arch : archs) { in GetOrCreate() local
2233 for (const ArchSpec &arch : archs) { in GetOrCreate() local
2241 for (const ArchSpec &arch : archs) { in GetOrCreate() local
[all …]
H A DDynamicRegisterInfo.cpp25 const ArchSpec &arch) { in Create()
202 const ArchSpec &arch) { in SetRegisterInfo()
398 const ArchSpec &arch) { in SetRegisterInfo()
439 void DynamicRegisterInfo::Finalize(const ArchSpec &arch) { in Finalize()
H A DABI.cpp27 ABI::FindPlugin(lldb::ProcessSP process_sp, const ArchSpec &arch) { in FindPlugin()
201 std::unique_ptr<llvm::MCRegisterInfo> ABI::MakeMCRegisterInfo(const ArchSpec &arch) { in MakeMCRegisterInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.h63 lldb_private::ArchSpec arch = GetProcessSP()->GetTarget().GetArchitecture(); in CallFrameAddressIsValid() local
76 lldb_private::ArchSpec arch = GetProcessSP()->GetTarget().GetArchitecture(); in CodeAddressIsValid() local
/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/Core/
H A DDisassembler.cpp58 DisassemblerSP Disassembler::FindPlugin(const ArchSpec &arch, in FindPlugin()
86 const ArchSpec &arch, in FindPluginForTarget()
119 const ArchSpec &arch, const char *plugin_name, const char *flavor, in DisassembleRange()
143 Disassembler::DisassembleBytes(const ArchSpec &arch, const char *plugin_name, in DisassembleBytes()
164 bool Disassembler::Disassemble(Debugger &debugger, const ArchSpec &arch, in Disassemble()
274 void Disassembler::PrintInstructions(Debugger &debugger, const ArchSpec &arch, in PrintInstructions()
539 bool Disassembler::Disassemble(Debugger &debugger, const ArchSpec &arch, in Disassemble()
682 bool Instruction::DumpEmulation(const ArchSpec &arch) { in DumpEmulation()
925 ArchSpec arch; in TestEmulation() local
945 const ArchSpec &arch, uint32_t evaluate_options, void *baton, in Emulate()
[all …]
/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/mandoc/
H A Darch.c24 arch_valid(const char *arch, enum mandoc_os os) in arch_valid()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp48 PlatformSP PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) { in CreateInstance()
172 MmapArgList PlatformFreeBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
/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/include/lldb/Symbol/
H A DObjectContainer.h63 virtual bool GetArchitectureAtIndex(uint32_t idx, ArchSpec &arch) const { in GetArchitectureAtIndex()
/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()
193 MmapArgList PlatformNetBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
/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/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.cpp56 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h63 UnwindAssemblyInstEmulation(const lldb_private::ArchSpec &arch, in UnwindAssemblyInstEmulation()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h53 EmulateInstructionRISCV(const ArchSpec &arch) : EmulateInstruction(arch) {} in EmulateInstructionRISCV()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp185 bool EmulateInstructionLoongArch::SetTargetTriple(const ArchSpec &arch) { in SetTargetTriple()
190 Stream &out_stream, ArchSpec &arch, OptionValueDictionary *test_data) { in TestEmulation()
204 EmulateInstructionLoongArch::CreateInstance(const ArchSpec &arch, in CreateInstance()
212 bool EmulateInstructionLoongArch::SupportsThisArch(const ArchSpec &arch) { in SupportsThisArch()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp260 StringRef arch = getArchName(flags); in getFullArchName() local
387 uint32_t arch = config->eflags & EF_MIPS_ARCH; in isMipsR6() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp66 ArchSpec arch = process->GetArchitecture(); in CreateRegisterContextForFrame() local

1234567