Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp188 ObjectFile::Type ObjectFileJIT::CalculateType() { return eTypeJIT; } in CalculateType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h78 eTypeJIT, /// JIT code that has symbols, sections and possibly debug info enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp717 case ObjectFile::eTypeJIT: in format()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp277 case ObjectFile::eTypeJIT: in InitOSO()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp266 case ObjectFile::eTypeJIT: in CanDebug()