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