Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h71 eTypeExecutable, /// A normal executable enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp699 case ObjectFile::eTypeExecutable: in format()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp280 case ObjectFile::eTypeExecutable: in InitOSO()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1386 if (obj->GetType() == ObjectFile::Type::eTypeExecutable) in GetExecutableModule()
2054 case ObjectFile::eTypeExecutable: /// A normal executable in GetSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp268 case ObjectFile::eTypeExecutable: in CanDebug()
4904 if (obj->GetType() != ObjectFile::Type::eTypeExecutable) in LoadModules()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3330 return eTypeExecutable; in CalculateType()