Searched refs:vendor_os (Results 1 – 1 of 1) sorted by relevance
517 llvm::StringRef vendor_os (end + 1); in ParseMachCPUDashSubtypeTriple() local518 size_t dash_pos = vendor_os.find('-'); in ParseMachCPUDashSubtypeTriple()521 llvm::StringRef vendor_str(vendor_os.substr(0, dash_pos)); in ParseMachCPUDashSubtypeTriple()524 dash_pos = vendor_os.find('-', vendor_start_pos); in ParseMachCPUDashSubtypeTriple()527 if (vendor_start_pos < vendor_os.size()) in ParseMachCPUDashSubtypeTriple()528 arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos)); in ParseMachCPUDashSubtypeTriple()532 … arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos, dash_pos - vendor_start_pos)); in ParseMachCPUDashSubtypeTriple()