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 GetEntryPointAddress()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp702 case ObjectFile::eTypeJIT: in format()
790 .Case("jit", ObjectFile::eTypeJIT) in fromJSON()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h65 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.cpp243 if (mod->GetObjectFile()->CalculateType() == ObjectFile::Type::eTypeJIT) { in getModuleFileSize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp279 case ObjectFile::eTypeJIT: in InitOSO()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp239 case ObjectFile::eTypeJIT: in CanDebug()