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