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

123456

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp136 set(const char *module_name, uptr base_address, ModuleArch arch, u8 uuid[kModuleUUIDSize], bool instrumented) argument
H A Dsanitizer_symbolizer_libcdep.cpp88 ModuleArch arch; local
108 ModuleArch arch; local
145 ModuleArch arch; local
430 FormatAndSendCommand(const char *command_prefix, const char *module_name, uptr module_offset, ModuleArch arch) argument
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Ddba.c158 dba_page_new(struct dba_array *pages, const char *arch, argument
H A Dmansearch.h102 const char *arch; /* architecture/NULL */ member in struct:mansearch
H A Dcgi.c52 char *arch; /* architecture */ member in struct:query
508 validate_arch(const char *arch) argument
603 char *arch, *archend; local
[all...]
H A Dmain.c797 fs_lookup(const struct manpaths *paths, size_t ipath, const char *sec, const char *arch, const char *name, struct manpage **res, size_t *ressz) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp365 MachOLinkingContext::Arch arch = MachOLinkingContext::arch_unknown; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DFile.h199 MachOLinkingContext::Arch arch() const { return _arch; } function in class:lld::mach_o::MachOFile
200 void setArch(MachOLinkingContext::Arch arch) { _arch = arch; } argument
419 llvm::MachO::Architecture arch; local
[all...]
H A DMachONormalizedFile.h225 MachOLinkingContext::Arch arch = MachOLinkingContext::arch_unknown; member in struct:lld::mach_o::normalized::NormalizedFile
326 MachOYamlIOTaggedDocumentHandler(MachOLinkingContext::Arch arch) argument
H A DMachOLinkingContext.cpp133 StringRef MachOLinkingContext::nameFromArch(Arch arch) { argument
141 uint32_t MachOLinkingContext::cpuTypeFromArch(Arch arch) { argument
150 cpuSubtypeFromArch(Arch arch) argument
159 isThinObjectFile(StringRef path, Arch &arch) argument
184 configure(HeaderFileType type, Arch arch, OS os, uint32_t minOSVersion, bool exportDynamicSymbols) argument
282 is64Bit(Arch arch) argument
292 isHostEndian(Arch arch) argument
302 isBigEndian(Arch arch) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1322 ABIMacOSX_arm::CreateInstance(ProcessSP process_sp, const ArchSpec &arch) { argument
H A DABISysV_arm.cpp1325 ABISysV_arm::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp73 ABISysV_i386::CreateInstance(lldb::ProcessSP process_sp, const ArchSpec &arch) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp648 const ArchSpec &arch = m_process->GetTarget().GetArchitecture(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp610 const ArchSpec &arch = target.GetArchitecture(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h19 EmulateInstructionARM64(const lldb_private::ArchSpec &arch) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp149 NativeProcessNetBSD(::pid_t pid, int terminal_fd, NativeDelegate &delegate, const ArchSpec &arch, MainLoop &mainloop) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp73 const ArchSpec &arch = m_thread.GetProcess()->GetTarget().GetArchitecture(); local
655 const ArchSpec &arch = local
/freebsd-13-stable/contrib/bmake/
H A Darch.c458 FILE *arch; local
656 ArchSVR4Entry(Arch *ar, char *inout_name, size_t size, FILE *arch) argument
765 FILE *arch; /* Stream to archive */ local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp23 x86AssemblyInspectionEngine::x86AssemblyInspectionEngine(const ArchSpec &arch) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp69 RegisterContext::UpdateDynamicRegisterSize(const lldb_private::ArchSpec &arch, argument
/freebsd-13-stable/contrib/kyua/model/
H A Dmetadata.cpp713 model::metadata_builder::add_allowed_architecture(const std::string& arch) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c932 const char *arch = processor_name(&local_sysinfo); local
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DDefinedAtom.h326 addReference(Reference::KindNamespace ns, Reference::KindArch arch, Reference::KindValue kindValue, uint64_t off, const Atom *target, Reference::Addend a) argument
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp243 Reference::KindArch arch; member in struct:__anon2732::RefKind

Completed in 364 milliseconds

123456