Searched defs:cpusubtype (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp240 ModuleArch ModuleArchFromCpuType(cpu_type_t cputype, cpu_subtype_t cpusubtype) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h64 llvm::yaml::Hex32 cpusubtype; member in struct:llvm::MachOYAML::FileHeader
144 llvm::yaml::Hex32 cpusubtype; member in struct:llvm::MachOYAML::FatArch
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp116 MachOLinkingContext::archFromCpuType(uint32_t cputype, uint32_t cpusubtype) { argument
H A DMachONormalizedFileBinaryWriter.cpp579 auto cpusubtype = MachOLinkingContext::cpuSubtypeFromArch(_file.arch); local
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h431 uint32_t cpusubtype; member in struct:lld::MachOLinkingContext::ArchInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h509 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header
519 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header_64
938 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch
946 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch_64
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2020 static void printUnknownCPUType(uint32_t cputype, uint32_t cpusubtype) { argument
2027 static void printCPUType(uint32_t cputype, uint32_t cpusubtype) { argument
2165 uint32_t cpusubtype = OFA.getCPUSubType(); local
8231 PrintMachHeader(uint32_t magic, uint32_t cputype, uint32_t cpusubtype, uint32_t filetype, uint32_t ncmds, uint32_t sizeofcmds, uint32_t flags, bool verbose) argument
[all...]

Completed in 205 milliseconds