Home
last modified time | relevance | path

Searched refs:cpuTypeFromArch (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp141 uint32_t MachOLinkingContext::cpuTypeFromArch(Arch arch) { in cpuTypeFromArch() function in lld::MachOLinkingContext
275 return cpuTypeFromArch(_arch); in getCPUType()
H A DMachONormalizedFileBinaryReader.cpp187 const uint32_t reqCpuType = MachOLinkingContext::cpuTypeFromArch(arch); in sliceFromFatFile()
H A DMachONormalizedFileBinaryWriter.cpp594 mh->cputype = MachOLinkingContext::cpuTypeFromArch(_file.arch); in writeMachHeader()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h397 static uint32_t cpuTypeFromArch(Arch arch);