Home
last modified time | relevance | path

Searched refs:ObjectFileJITDelegate (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h26 class ObjectFileJITDelegate {
28 ObjectFileJITDelegate() = default;
30 virtual ~ObjectFileJITDelegate() = default;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h127 class ObjectFileJITDelegate; variable
350 typedef std::shared_ptr<lldb_private::ObjectFileJITDelegate>
352 typedef std::weak_ptr<lldb_private::ObjectFileJITDelegate>
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h58 public ObjectFileJITDelegate {
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1278 auto Delegate = std::static_pointer_cast<lldb_private::ObjectFileJITDelegate>( in GetJITModule()