/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ThreadElfCore.cpp | 85 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 D | UnwindAssembly.cpp | 17 UnwindAssemblySP UnwindAssembly::FindPlugin(const ArchSpec &arch) { in FindPlugin() 31 UnwindAssembly::UnwindAssembly(const ArchSpec &arch) : m_arch(arch) {} in UnwindAssembly()
|
H A D | Platform.cpp | 239 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 D | DynamicRegisterInfo.cpp | 25 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 D | ABI.cpp | 27 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 D | ABISysV_riscv.h | 63 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 D | PlatformOpenBSD.cpp | 43 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 D | Disassembler.cpp | 58 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 D | ObjectFileJSON.cpp | 80 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 D | arch.c | 24 arch_valid(const char *arch, enum mandoc_os os) in arch_valid()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
H A D | PlatformFreeBSD.cpp | 48 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 D | ArchitectureMips.h | 42 ArchitectureMips(const ArchSpec &arch) : m_arch(arch) {} in ArchitectureMips() argument
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | ObjectContainer.h | 63 virtual bool GetArchitectureAtIndex(uint32_t idx, ArchSpec &arch) const { in GetArchitectureAtIndex()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
H A D | SymbolLocatorDebugSymbols.cpp | 96 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 D | PlatformNetBSD.cpp | 43 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 D | PlatformQemuUser.cpp | 101 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 D | OptionGroupArchitecture.cpp | 27 ArchSpec &arch) { in GetArchitecture()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
H A D | ArchitecturePPC64.cpp | 35 std::unique_ptr<Architecture> ArchitecturePPC64::Create(const ArchSpec &arch) { in Create()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ThreadFreeBSDKernel.cpp | 56 ArchSpec arch = process->GetTarget().GetArchitecture(); in CreateRegisterContextForFrame() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.cpp | 24 ArchSpec arch; member 110 offset_t length, ArchSpec arch, in ObjectFileBreakpad()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.h | 53 EmulateInstructionRISCV(const ArchSpec &arch) : EmulateInstruction(arch) {} in EmulateInstructionRISCV() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
H A D | UnwindAssemblyInstEmulation.h | 63 UnwindAssemblyInstEmulation(const lldb_private::ArchSpec &arch, in UnwindAssemblyInstEmulation()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.cpp | 185 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 D | MipsArchTree.cpp | 260 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 D | ThreadMinidump.cpp | 66 ArchSpec arch = process->GetArchitecture(); in CreateRegisterContextForFrame() local
|