Home
last modified time | relevance | path

Searched refs:spec_ostype (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp591 llvm::Triple::OSType spec_ostype = in GetModuleSpecifications() local
606 assert(spec_ostype == ostype); in GetModuleSpecifications()
607 if (spec_ostype != llvm::Triple::OSType::UnknownOS) { in GetModuleSpecifications()
1373 llvm::Triple::OSType spec_ostype; in GetSectionHeaderInfo() local
1385 spec_ostype = arch_spec.GetTriple().getOS(); in GetSectionHeaderInfo()
1386 assert(spec_ostype == ostype); in GetSectionHeaderInfo()
1387 UNUSED_IF_ASSERT_DISABLED(spec_ostype); in GetSectionHeaderInfo()