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.cpp574 llvm::Triple::OSType spec_ostype = in GetModuleSpecifications() local
589 assert(spec_ostype == ostype); in GetModuleSpecifications()
590 if (spec_ostype != llvm::Triple::OSType::UnknownOS) { in GetModuleSpecifications()
1397 llvm::Triple::OSType spec_ostype; in GetSectionHeaderInfo() local
1409 spec_ostype = arch_spec.GetTriple().getOS(); in GetSectionHeaderInfo()
1410 assert(spec_ostype == ostype); in GetSectionHeaderInfo()
1411 UNUSED_IF_ASSERT_DISABLED(spec_ostype); in GetSectionHeaderInfo()