Searched refs:spec_ostype (Results 1 – 1 of 1) sorted by relevance
574 llvm::Triple::OSType spec_ostype = in GetModuleSpecifications() local589 assert(spec_ostype == ostype); in GetModuleSpecifications()590 if (spec_ostype != llvm::Triple::OSType::UnknownOS) { in GetModuleSpecifications()1397 llvm::Triple::OSType spec_ostype; in GetSectionHeaderInfo() local1409 spec_ostype = arch_spec.GetTriple().getOS(); in GetSectionHeaderInfo()1410 assert(spec_ostype == ostype); in GetSectionHeaderInfo()1411 UNUSED_IF_ASSERT_DISABLED(spec_ostype); in GetSectionHeaderInfo()