Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h75 eTypeObjectFile, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp677 case ObjectFile::eTypeObjectFile: in format()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1706 …if (ObjectType == ObjectFile::Type::eTypeObjectFile && Segments.empty() && (H.sh_flags & SHF_ALLOC… in GetVMRange()
2214 CalculateType() != ObjectFile::Type::eTypeObjectFile) in ParseSymbols()
2865 if (CalculateType() != eTypeObjectFile) in RelocateSection()
3274 return eTypeObjectFile; in CalculateType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp272 case ObjectFile::eTypeObjectFile: in InitOSO()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2054 case ObjectFile::eTypeObjectFile: /// An intermediate object file in GetOrCreateModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp236 case ObjectFile::eTypeObjectFile: in CanDebug()