Home
last modified time | relevance | path

Searched refs:eTypeJIT (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp158 ObjectFile::Type ObjectFileJIT::CalculateType() { return eTypeJIT; } in CalculateType()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp739 case ObjectFile::eTypeJIT: in format()
835 .Case("jit", ObjectFile::eTypeJIT) in fromJSON()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h66 eTypeJIT, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp334 module_sp->GetObjectFile()->SetType(ObjectFile::eTypeJIT); in ReadJITDescriptorImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp254 if (mod->GetObjectFile()->CalculateType() == ObjectFile::Type::eTypeJIT) { in getModuleFileSize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp280 case ObjectFile::eTypeJIT: in InitOSO()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp249 case ObjectFile::eTypeJIT: in CanDebug()