Home
last modified time | relevance | path

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

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