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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp521 llvm::Triple::OSType spec_ostype = local
536 assert(spec_ostype == ostype);
537 if (spec_ostype != llvm::Triple::OSType::UnknownOS) {
1323 llvm::Triple::OSType spec_ostype; local
1335 spec_ostype = arch_spec.GetTriple().getOS();
1336 assert(spec_ostype == ostype);
1337 UNUSED_IF_ASSERT_DISABLED(spec_ostype);

Completed in 251 milliseconds