Searched defs:arch (Results 126 - 149 of 149) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp58 DisassemblerSP Disassembler::FindPlugin(const ArchSpec &arch, argument
92 FindPluginForTarget(const Target &target, const ArchSpec &arch, const char *flavor, const char *plugin_name) argument
125 DisassembleRange( const ArchSpec &arch, const char *plugin_name, const char *flavor, Target &target, const AddressRange &range, bool prefer_file_cache) argument
150 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) argument
171 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) argument
281 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) argument
542 Disassemble(Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, uint32_t num_instructions, bool mixed_source_and_assembly, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm) argument
646 DumpEmulation(const ArchSpec &arch) argument
894 ArchSpec arch; local
912 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) argument
1116 Disassembler(const ArchSpec &arch, const char *flavor) argument
[all...]
H A DFormatEntity.cpp1360 const ArchSpec &arch = target->GetArchitecture(); local
H A DModule.cpp233 Module::Module(const FileSpec &file_spec, const ArchSpec &arch, argument
1598 const ArchSpec &arch = module_ref.GetArchitecture(); local
H A DPluginManager.cpp330 PluginManager::CreateArchitectureInstance(const ArchSpec &arch) { argument
H A DValueObject.cpp132 const ArchSpec &arch = target_sp->GetArchitecture(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp221 ABISysV_ppc::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp118 const ArchSpec &arch = disasm->GetArchitecture(); variable
1029 DisassemblerLLVMC::DisassemblerLLVMC(const ArchSpec &arch, argument
1187 CreateInstance(const ArchSpec &arch, const char *flavor) argument
1280 FlavorValidForArchSpec( const lldb_private::ArchSpec &arch, const char *flavor) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3383 FindModuleFile(const std::string &module_path, const ArchSpec &arch) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp272 ArchSpec arch = GetArchitecture(); local
338 ArchSpec arch = GetArchitecture(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2046 llvm::Triple::ArchType arch = getTriple().getArch(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp167 DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx, const FileSpec &file_spec, const ArchSpec &arch, const ConstString *object_name, off_t object_offset, const llvm::sys::TimePoint<> object_mod_time) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp316 PlatformSP Platform::Create(const ArchSpec &arch, ArchSpec *platform_arch_ptr, argument
262 GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch, ModuleSpec &module_spec) argument
1179 GetPlatformForArchitecture(const ArchSpec &arch, ArchSpec *platform_arch_ptr) argument
1190 IsCompatibleArchitecture(const ArchSpec &arch, bool exact_arch_match, ArchSpec *compatible_arch_ptr) argument
1306 GetMmapArgumentList(const ArchSpec &arch, addr_t addr, addr_t length, unsigned prot, unsigned flags, addr_t fd, addr_t offset) argument
[all...]
H A DTarget.cpp2341 void Target::SetDefaultArchitecture(const ArchSpec &arch) { argument
3553 void TargetProperties::SetDefaultArchitecture(const ArchSpec &arch) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h676 inline const char *ModuleArchToString(ModuleArch arch) { argument
728 ModuleArch arch() const { return arch_; } function in class:__sanitizer::LoadedModule
/freebsd-13-stable/sys/xen/interface/
H A Dvm_event.h318 } arch; member in struct:vm_event_desc_access
H A Dxen.h728 struct arch_vcpu_info arch; member in struct:vcpu_info
800 struct arch_shared_info arch; member in struct:shared_info
H A Ddomctl.h96 struct xen_arch_domainconfig arch; member in struct:xen_domctl_createdomain
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h298 ocsd_arch_version_t arch; /**< core architecture */ member in struct:_ocsd_arch_profile_t
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4335 ArchSpec arch; variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp726 EmulateInstructionARM::CreateInstance(const ArchSpec &arch, argument
748 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { argument
13766 bool EmulateInstructionARM::SetArchitecture(const ArchSpec &arch) { argument
14386 TestEmulation(Stream *out_stream, ArchSpec &arch, OptionValueDictionary *test_data) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1631 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { argument
1976 ArchSpec arch = GetArchitecture(); local
2792 ArchSpec arch = GetArchitecture(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp776 static bool hasUnalignedAtomics(llvm::Triple::ArchType arch) { argument
945 llvm::Triple::ArchType arch = local
784 getMaxAtomicAccessSize(CodeGenModule &CGM, llvm::Triple::ArchType arch) argument
/freebsd-13-stable/contrib/mandoc/
H A Droff.h537 char *arch; /* Machine architecture. */ member in struct:roff_meta
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c1381 aeabi_cpu_arch(uint64_t arch) argument

Completed in 533 milliseconds

123456