reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1331     spec_ostype = arch_spec.GetTriple().getOS();
 1332     assert(spec_ostype == ostype);
 1333     UNUSED_IF_ASSERT_DISABLED(spec_ostype);