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

123456

/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1414 const ArchSpec &arch = target->GetArchitecture(); local
H A DDisassembler.cpp58 DisassemblerSP Disassembler::FindPlugin(const ArchSpec &arch, argument
85 FindPluginForTarget(const Target &target, const ArchSpec &arch, const char *flavor, const char *plugin_name) argument
118 DisassembleRange( const ArchSpec &arch, const char *plugin_name, const char *flavor, Target &target, const AddressRange &range, bool force_live_memory) 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) 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) 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) argument
539 Disassemble(Debugger &debugger, const ArchSpec &arch, StackFrame &frame, Stream &strm) argument
682 DumpEmulation(const ArchSpec &arch) argument
925 ArchSpec arch; local
944 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
1119 Disassembler(const ArchSpec &arch, const char *flavor) argument
[all...]
H A DPluginManager.cpp330 PluginManager::CreateArchitectureInstance(const ArchSpec &arch) { argument
1182 FindSymbolFileInBundle(const FileSpec &symfile_bundle, const UUID *uuid, const ArchSpec *arch) argument
H A DValueObject.cpp102 const ArchSpec &arch = target_sp->GetArchitecture(); local
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp194 Architecture arch = local
247 const auto *arch = reinterpret_cast<const fat_arch *>(buf + sizeof(*hdr)); local
[all...]
H A DDriver.cpp998 static bool shouldAdhocSignByDefault(Architecture arch, PlatformType platform) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp456 const ArchSpec &arch = disasm->GetArchitecture(); variable
1443 DisassemblerLLVMC::DisassemblerLLVMC(const ArchSpec &arch, argument
1618 CreateInstance(const ArchSpec &arch, const char *flavor) argument
1704 FlavorValidForArchSpec( const lldb_private::ArchSpec &arch, const char *flavor) argument
[all...]
/freebsd-current/usr.bin/kdump/
H A Dkdump.c660 const char *arch; local
/freebsd-current/lib/libpmc/pmu-events/
H A Djevents.c1236 const char *arch; local
/freebsd-current/sys/contrib/xen/
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.h109 struct xen_arch_domainconfig arch; member in struct:xen_domctl_createdomain
/freebsd-current/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h300 ocsd_arch_version_t arch; /**< core architecture */ member in struct:_ocsd_arch_profile_t
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2578 llvm::Triple::ArchType arch = getTriple().getArch(); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp238 GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch, ModuleSpec &module_spec) argument
1163 IsCompatibleArchitecture(const ArchSpec &arch, const ArchSpec &process_host_arch, ArchSpec::MatchType match, ArchSpec *compatible_arch_ptr) argument
1270 GetMmapArgumentList(const ArchSpec &arch, addr_t addr, addr_t length, unsigned prot, unsigned flags, addr_t fd, addr_t offset) argument
1933 ArchSpec arch = Target::GetDefaultArchitecture(); local
1991 ArchSpec arch = target.GetArchitecture(); local
2151 GetOrCreate(const ArchSpec &arch, const ArchSpec &process_host_arch, ArchSpec *platform_arch_ptr, Status &error) argument
2202 GetOrCreate(const ArchSpec &arch, const ArchSpec &process_host_arch, ArchSpec *platform_arch_ptr) argument
2278 ArchSpec arch; local
[all...]
H A DThread.cpp2037 ArchSpec arch = target.GetArchitecture(); local
H A DTarget.cpp2618 void Target::SetDefaultArchitecture(const ArchSpec &arch) { argument
4265 SetDefaultArchitecture(const ArchSpec &arch) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp909 int GDBRemoteCommunicationClient::SendLaunchArchPacket(char const *arch) { argument
3418 const ArchSpec &arch = process->GetTarget().GetArchitecture(); local
[all...]
H A DGDBRemoteCommunicationServerLLGS.cpp4167 FindModuleFile(const std::string &module_path, const ArchSpec &arch) argument
H A DProcessGDBRemote.cpp4165 std::string arch; member in struct:__anon1413::GdbServerTargetInfo
4100 GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch, ModuleSpec &module_spec) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp848 static bool hasUnalignedAtomics(llvm::Triple::ArchType arch) { argument
1019 llvm::Triple::ArchType arch = local
856 getMaxAtomicAccessSize(CodeGenModule &CGM, llvm::Triple::ArchType arch) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp722 EmulateInstructionARM::CreateInstance(const ArchSpec &arch, argument
744 bool EmulateInstructionARM::SetTargetTriple(const ArchSpec &arch) { argument
13731 bool EmulateInstructionARM::SetArchitecture(const ArchSpec &arch) { argument
14349 TestEmulation(Stream &out_stream, ArchSpec &arch, OptionValueDictionary *test_data) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1715 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { argument
2065 ArchSpec arch = GetArchitecture(); local
2978 ArchSpec arch = GetArchitecture(); local
[all...]
/freebsd-current/contrib/mandoc/
H A Droff.h541 char *arch; /* Machine architecture. */ member in struct:roff_meta
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c1412 aeabi_cpu_arch(uint64_t arch) argument

Completed in 658 milliseconds

123456