Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h74 eTypeObjectFile, /// An intermediate object file enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp708 case ObjectFile::eTypeObjectFile: in format()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1871 …if (ObjectType == ObjectFile::Type::eTypeObjectFile && Segments.empty() && (H.sh_flags & SHF_ALLOC… in GetVMRange()
2308 CalculateType() != ObjectFile::Type::eTypeObjectFile) in ParseSymbols()
2899 if (CalculateType() != eTypeObjectFile) in RelocateSection()
3326 return eTypeObjectFile; in CalculateType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp274 case ObjectFile::eTypeObjectFile: in InitOSO()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2057 case ObjectFile::eTypeObjectFile: /// An intermediate object file in GetSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp263 case ObjectFile::eTypeObjectFile: in CanDebug()