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

/freebsd-12-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-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h49 llvm::yaml::Hex32 cpusubtype; member in struct:llvm::MachOYAML::FileHeader
129 llvm::yaml::Hex32 cpusubtype; member in struct:llvm::MachOYAML::FatArch
/freebsd-12-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-12-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h433 uint32_t cpusubtype; member in struct:lld::MachOLinkingContext::ArchInfo
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h504 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header
514 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header_64
933 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch
941 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch_64
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp2026 static void printUnknownCPUType(uint32_t cputype, uint32_t cpusubtype) { argument
2033 static void printCPUType(uint32_t cputype, uint32_t cpusubtype) { argument
2171 uint32_t cpusubtype = OFA.getCPUSubType(); local
8230 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 200 milliseconds