Home
last modified time | relevance | path

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

1234567

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp85 ArchSpec arch = process->GetArchitecture(); CreateRegisterContextForFrame() local
254 GetSize(const lldb_private::ArchSpec & arch) GetSize() argument
281 Parse(const DataExtractor & data,const ArchSpec & arch) Parse() argument
328 GetSize(const lldb_private::ArchSpec & arch) GetSize() argument
350 Parse(const DataExtractor & data,const ArchSpec & arch) Parse() argument
402 GetSize(const lldb_private::ArchSpec & arch) GetSize() argument
417 Parse(const DataExtractor & data,const ArchSpec & arch) Parse() argument
[all...]
/freebsd-src/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.cpp239 GetModuleSpec(const FileSpec & module_file_spec,const ArchSpec & arch,ModuleSpec & module_spec) GetModuleSpec() argument
285 ArchSpec arch(GetSystemArchitecture()); GetStatus() local
782 for (const ArchSpec &arch : ResolveExecutable() local
831 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { ResolveRemoteExecutable() local
1152 for(auto arch : archs) { CreateArchList() local
1163 IsCompatibleArchitecture(const ArchSpec & arch,const ArchSpec & process_host_arch,ArchSpec::MatchType match,ArchSpec * compatible_arch_ptr) IsCompatibleArchitecture() argument
1270 GetMmapArgumentList(const ArchSpec & arch,addr_t addr,addr_t length,unsigned prot,unsigned flags,addr_t fd,addr_t offset) GetMmapArgumentList() argument
1537 for (const ArchSpec &arch : GetSupportedArchitectures(process_host_arch)) { GetRemoteSharedModule() local
1933 ArchSpec arch = Target::GetDefaultArchitecture(); DoConnectProcess() local
1991 ArchSpec arch = target.GetArchitecture(); GetSoftwareBreakpointTrapOpcode() local
2151 GetOrCreate(const ArchSpec & arch,const ArchSpec & process_host_arch,ArchSpec * platform_arch_ptr,Status & error) GetOrCreate() argument
2202 GetOrCreate(const ArchSpec & arch,const ArchSpec & process_host_arch,ArchSpec * platform_arch_ptr) GetOrCreate() argument
2224 for (const ArchSpec &arch : archs) { GetOrCreate() local
2233 for (const ArchSpec &arch : archs) { GetOrCreate() local
2241 for (const ArchSpec &arch : archs) { GetOrCreate() local
2278 ArchSpec arch; LoadPlatformBinaryAndSetup() 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() argument
201 MakeMCRegisterInfo(const ArchSpec & arch) MakeMCRegisterInfo() argument
/freebsd-src/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-src/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-src/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp58 DisassemblerSP Disassembler::FindPlugin(const ArchSpec &arch, in FindPlugin() argument
86 const ArchSpec &arch, in FindPluginForTarget() argument
119 const ArchSpec &arch, cons in DisassembleRange() argument
143 DisassembleBytes(const ArchSpec & arch,const char * plugin_name,const char * flavor,const Address & start,const void * src,size_t src_len,uint32_t num_instructions,bool data_from_file) DisassembleBytes() argument
164 Disassemble(Debugger & debugger,const ArchSpec & arch,const char * plugin_name,const char * flavor,const ExecutionContext & exe_ctx,const Address & address,Limit limit,bool mixed_source_and_assembly,uint32_t num_mixed_context_lines,uint32_t options,Stream & strm) Disassemble() argument
274 PrintInstructions(Debugger & debugger,const ArchSpec & arch,const ExecutionContext & exe_ctx,bool mixed_source_and_assembly,uint32_t num_mixed_context_lines,uint32_t options,Stream & strm) PrintInstructions() argument
539 Disassemble(Debugger & debugger,const ArchSpec & arch,StackFrame & frame,Stream & strm) Disassemble() argument
682 DumpEmulation(const ArchSpec & arch) DumpEmulation() argument
925 ArchSpec arch; TestEmulation() local
945 Emulate(const ArchSpec & arch,uint32_t evaluate_options,void * baton,EmulateInstruction::ReadMemoryCallback read_mem_callback,EmulateInstruction::WriteMemoryCallback write_mem_callback,EmulateInstruction::ReadRegisterCallback read_reg_callback,EmulateInstruction::WriteRegisterCallback write_reg_callback) Emulate() argument
1119 Disassembler(const ArchSpec & arch,const char * flavor) Disassembler() argument
[all...]
/freebsd-src/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-src/contrib/mandoc/
H A Darch.c24 arch_valid(const char *arch, enum mandoc_os os) in arch_valid()
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h42 ArchitectureMips(const ArchSpec &arch) : m_arch(arch) {} in ArchitectureMips() argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h63 virtual bool GetArchitectureAtIndex(uint32_t idx, ArchSpec &arch) const { in GetArchitectureAtIndex()
/freebsd-src/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() argument
368 const ArchSpec *arch, in FileAtPathContainsArchAndUUID() argument
538 const ArchSpec *arch = module_spec.GetArchitecturePtr(); LocateMacOSXFilesUsingDebugSymbols() local
771 const ArchSpec *arch = module_spec.GetArchitecturePtr(); LocateExecutableSymbolFile() local
[all...]
/freebsd-src/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-src/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-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp27 ArchSpec &arch) { in GetArchitecture()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp35 std::unique_ptr<Architecture> ArchitecturePPC64::Create(const ArchSpec &arch) { in Create()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp56 ArchSpec arch = process->GetTarget().GetArchitecture(); in CreateRegisterContextForFrame() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp24 ArchSpec arch; member
110 offset_t length, ArchSpec arch, in ObjectFileBreakpad()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h53 EmulateInstructionRISCV(const ArchSpec &arch) : EmulateInstruction(arch) {} in EmulateInstructionRISCV() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h63 UnwindAssemblyInstEmulation(const lldb_private::ArchSpec &arch, in UnwindAssemblyInstEmulation()
/freebsd-src/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-src/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-src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp66 ArchSpec arch = process->GetArchitecture(); in CreateRegisterContextForFrame() local

1234567