Searched refs:host_features (Results 1 – 1 of 1) sorted by relevance
54 llvm::StringMap<bool> host_features; in DetectMachineAttributes() local55 if (llvm::sys::getHostCPUFeatures(host_features)) { in DetectMachineAttributes()56 for (auto& feature : host_features) { in DetectMachineAttributes()