Searched refs:getMachOCPUType (Results 1 – 3 of 3) sorted by relevance
174 LLVM_ABI Expected<uint32_t> getMachOCPUType() const;
687 Expected<uint32_t> LTOModule::getMachOCPUType() const { in getMachOCPUType() function in LTOModule
527 Expected<uint32_t> CPUType = (*ModuleOrErr)->getMachOCPUType(); in printMachOCPUOnly()