Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/BinaryFormat/
HDMachO.cpp95 Expected<uint32_t> MachO::getCPUSubType(const Triple &T) { in getCPUSubType() function in MachO
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDMachOUniversalWriter.h70 uint32_t getCPUSubType() const { return CPUSubType; } in getCPUSubType() function
HDTapiUniversal.h50 uint32_t getCPUSubType() const { in getCPUSubType() function
HDMachOUniversal.h65 uint32_t getCPUSubType() const { in getCPUSubType() function
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp136 static unsigned getCPUSubType(const MachOObjectFile &O) { in getCPUSubType() function