Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h63 uint32_t getCPUSubType() const { return CPUSubType; } in getCPUSubType() function
H A DTapiUniversal.h48 uint32_t getCPUSubType() const { in getCPUSubType() function
H A DMachOUniversal.h66 uint32_t getCPUSubType() const { in getCPUSubType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMachO.cpp95 Expected<uint32_t> MachO::getCPUSubType(const Triple &T) { in getCPUSubType() function in MachO
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp131 static unsigned getCPUSubType(const MachOObjectFile &O) { in getCPUSubType() function