Home
last modified time | relevance | path

Searched refs:getCPUSubType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DMachOUniversal.h55 uint32_t getCPUSubType() const { return Header.cpusubtype; } in getCPUSubType() function
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1343 uint32_t cpusubtype = OFA.getCPUSubType(); in printMachOUniversalHeaders()
1348 uint32_t other_cpusubtype = other_OFA.getCPUSubType(); in printMachOUniversalHeaders()