Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp521 llvm::Triple::OSType spec_ostype = in GetModuleSpecifications() local
536 assert(spec_ostype == ostype); in GetModuleSpecifications()
537 if (spec_ostype != llvm::Triple::OSType::UnknownOS) { in GetModuleSpecifications()
1323 llvm::Triple::OSType spec_ostype; in GetSectionHeaderInfo() local
1335 spec_ostype = arch_spec.GetTriple().getOS(); in GetSectionHeaderInfo()
1336 assert(spec_ostype == ostype); in GetSectionHeaderInfo()
1337 UNUSED_IF_ASSERT_DISABLED(spec_ostype); in GetSectionHeaderInfo()