Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h20 class ObjectFileJITDelegate {
22 ObjectFileJITDelegate() = default;
23 virtual ~ObjectFileJITDelegate() = default;
H A DIRExecutionUnit.h58 public ObjectFileJITDelegate {
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h135 class ObjectFileJITDelegate; variable
374 typedef std::shared_ptr<lldb_private::ObjectFileJITDelegate>
376 typedef std::weak_ptr<lldb_private::ObjectFileJITDelegate>
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1195 auto Delegate = std::static_pointer_cast<lldb_private::ObjectFileJITDelegate>( in GetJITModule()