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

References

tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  222   if (exe_objfile->GetType() != ObjectFile::eTypeExecutable ||
  480     if (exe_objfile->GetType() == ObjectFile::eTypeExecutable &&
  583     if (module_sp->GetObjectFile()->GetType() == ObjectFile::eTypeExecutable &&
  682             ObjectFile::eTypeExecutable &&
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2781     if (CalculateType() == eTypeExecutable) {
 3240     return eTypeExecutable;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5109     if (!at_exec_relative_paths.empty() && CalculateType() == eTypeExecutable) {
 5520     return eTypeExecutable; // 0x2u
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
 1259       return eTypeExecutable;
 1263   return eTypeExecutable;
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  239     case ObjectFile::eTypeExecutable:
 4881       if (obj->GetType() != ObjectFile::Type::eTypeExecutable)
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  276   case ObjectFile::eTypeExecutable:
tools/lldb/source/Symbol/ObjectFile.cpp
  696   case ObjectFile::eTypeExecutable:
tools/lldb/source/Target/Target.cpp
 1341     if (obj->GetType() == ObjectFile::Type::eTypeExecutable)
 2019         case ObjectFile::eTypeExecutable:    /// A normal executable