Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp158 ObjectFile::Type ObjectFileJIT::CalculateType() { return eTypeJIT; } in CalculateType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp693 case ObjectFile::eTypeJIT: in format()
781 .Case("jit", ObjectFile::eTypeJIT) in fromJSON()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h65 eTypeJIT, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp334 module_sp->GetObjectFile()->SetType(ObjectFile::eTypeJIT); in ReadJITDescriptorImpl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp278 case ObjectFile::eTypeJIT: in InitOSO()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp238 case ObjectFile::eTypeJIT: in CanDebug()