Searched refs:spec_ostype (Results 1 – 1 of 1) sorted by relevance
521 llvm::Triple::OSType spec_ostype = in GetModuleSpecifications() local536 assert(spec_ostype == ostype); in GetModuleSpecifications()537 if (spec_ostype != llvm::Triple::OSType::UnknownOS) { in GetModuleSpecifications()1323 llvm::Triple::OSType spec_ostype; in GetSectionHeaderInfo() local1335 spec_ostype = arch_spec.GetTriple().getOS(); in GetSectionHeaderInfo()1336 assert(spec_ostype == ostype); in GetSectionHeaderInfo()1337 UNUSED_IF_ASSERT_DISABLED(spec_ostype); in GetSectionHeaderInfo()