Searched refs:getMachOCPUSubType (Results 1 – 4 of 4) sorted by relevance
168 Expected<uint32_t> getMachOCPUSubType() const;
334 Expected<uint32_t> CPUSubType = M->getMachOCPUSubType(); in lto_module_get_macho_cputype()
688 Expected<uint32_t> LTOModule::getMachOCPUSubType() const { in getMachOCPUSubType() function in LTOModule
466 Expected<uint32_t> CPUSubType = (*ModuleOrErr)->getMachOCPUSubType(); in printMachOCPUOnly()