Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DMachO.cpp95 Expected<uint32_t> MachO::getCPUSubType(const Triple &T) { in getCPUSubType() function in MachO
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp134 static unsigned getCPUSubType(const MachOObjectFile &O) { in getCPUSubType() function