Home
last modified time | relevance | path

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

12345678

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp86 ArchSpec arch = process->GetArchitecture(); in CreateRegisterContextForFrame() local
260 size_t ELFLinuxPrStatus::GetSize(const lldb_private::ArchSpec &arch) { in GetSize()
287 const ArchSpec &arch) { in Parse()
334 size_t ELFLinuxPrPsInfo::GetSize(const lldb_private::ArchSpec &arch) { in GetSize()
356 const ArchSpec &arch) { in Parse()
408 size_t ELFLinuxSigInfo::GetSize(const lldb_private::ArchSpec &arch) { in GetSize()
423 Status ELFLinuxSigInfo::Parse(const DataExtractor &data, const ArchSpec &arch) { in Parse()
H A DRegisterContextPOSIXCore_riscv64.cpp16 RegisterContextCorePOSIX_riscv64::Create(Thread &thread, const ArchSpec &arch, in Create()
35 ArchSpec arch = m_register_info_up->GetTargetArchitecture(); in RegisterContextCorePOSIX_riscv64() local
/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
765 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in ResolveExecutable() local
1082 for(auto arch : archs) { in CreateArchList() local
1093 bool Platform::IsCompatibleArchitecture(const ArchSpec &arch, in IsCompatibleArchitecture()
1226 MmapArgList Platform::GetMmapArgumentList(const ArchSpec &arch, addr_t addr, in GetMmapArgumentList()
1489 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { in GetRemoteSharedModule() local
1885 ArchSpec arch = Target::GetDefaultArchitecture(); in DoConnectProcess() local
1943 ArchSpec arch = target.GetArchitecture(); in GetSoftwareBreakpointTrapOpcode() local
2103 PlatformSP PlatformList::GetOrCreate(const ArchSpec &arch, in GetOrCreate()
[all …]
H A DDynamicRegisterInfo.cpp25 const ArchSpec &arch) { in Create() argument
202 const ArchSpec &arch) { in SetRegisterInfo() argument
395 SetRegisterInfo(std::vector<DynamicRegisterInfo::Register> && regs,const ArchSpec & arch) SetRegisterInfo() argument
436 Finalize(const ArchSpec & arch) Finalize() argument
[all...]
/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/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/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp97 static int GetSoftwareBreakpointSize(const ArchSpec &arch, in GetSoftwareBreakpointSize()
112 static Status SetSoftwareBreakpointOnPC(const ArchSpec &arch, lldb::addr_t pc, in SetSoftwareBreakpointOnPC()
134 const ArchSpec &arch = process.GetArchitecture(); in SetupSoftwareSingleStepping() local
/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/Architecture/AArch64/
H A DArchitectureAArch64.cpp29 Create(const ArchSpec & arch) Create() argument
/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() 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/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/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/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/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/Interpreter/
H A DOptionGroupArchitecture.cpp27 ArchSpec &arch) { in GetArchitecture()
H A DOptionGroupPlatform.cpp19 CommandInterpreter &interpreter, const ArchSpec &arch, bool make_selected, in CreatePlatformWithOptions()
/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/Architecture/PPC64/
H A DArchitecturePPC64.cpp35 std::unique_ptr<Architecture> ArchitecturePPC64::Create(const ArchSpec &arch) { in Create()
/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/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/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h63 UnwindAssemblyInstEmulation(const lldb_private::ArchSpec &arch, in UnwindAssemblyInstEmulation()
/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

12345678