Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h69 eTypeExecutable, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp668 case ObjectFile::eTypeExecutable: in format()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp278 case ObjectFile::eTypeExecutable: in InitOSO()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2807 if (CalculateType() == eTypeExecutable) { in GetSymtab()
3278 return eTypeExecutable; in CalculateType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1355 if (obj->GetType() == ObjectFile::Type::eTypeExecutable) in GetExecutableModule()
2051 case ObjectFile::eTypeExecutable: /// A normal executable in GetOrCreateModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp241 case ObjectFile::eTypeExecutable: in CanDebug()
4930 if (obj->GetType() != ObjectFile::Type::eTypeExecutable) in LoadModules()