Home
last modified time | relevance | path

Searched defs:getCPUSubType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMachO.cpp95 Expected<uint32_t> MachO::getCPUSubType(const Triple &T) { in getCPUSubType() function in MachO
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h70 uint32_t getCPUSubType() const { return CPUSubType; } in getCPUSubType() function
H A DTapiUniversal.h50 uint32_t getCPUSubType() const { in getCPUSubType() function
H A DMachOUniversal.h65 uint32_t getCPUSubType() const { in getCPUSubType() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp136 static unsigned getCPUSubType(const MachOObjectFile &O) { in getCPUSubType() function