Searched refs:spec_ostype (Results 1 – 1 of 1) sorted by relevance
591 llvm::Triple::OSType spec_ostype = in GetModuleSpecifications() local606 assert(spec_ostype == ostype); in GetModuleSpecifications()607 if (spec_ostype != llvm::Triple::OSType::UnknownOS) { in GetModuleSpecifications()1373 llvm::Triple::OSType spec_ostype; in GetSectionHeaderInfo() local1385 spec_ostype = arch_spec.GetTriple().getOS(); in GetSectionHeaderInfo()1386 assert(spec_ostype == ostype); in GetSectionHeaderInfo()1387 UNUSED_IF_ASSERT_DISABLED(spec_ostype); in GetSectionHeaderInfo()